forked from cloudigrade/frontigrade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.review
35 lines (26 loc) · 1.26 KB
/
.env.review
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
REACT_APP_ENV=review
REACT_APP_UI_VERSION=$npm_package_version
REACT_APP_UI_LOGGER_ID=cloudmeter_review
REACT_APP_UI_LOGGER_FILE=cloudmeter_debug_log_{0}.json
REACT_APP_AUTH_STORED=user
REACT_APP_AUTH_STORED_EXPIRE=30
REACT_APP_AUTH_TOKEN=authorization
REACT_APP_AUTH_HEADER=Authorization
REACT_APP_AUTH_HEADER_CONTENT=Token{0}
REACT_APP_AJAX_TIMEOUT=60000
REACT_APP_CONFIG_SERVICE_LOCALES=/locales/locales.json
REACT_APP_CONFIG_SERVICE_LOCALES_PATH=/locales/{{lng}}.json
REACT_APP_CONFIG_SERVICE_LOCALES_EXPIRE=604800000
API_BASE=${API_HOST}
REACT_APP_USER_SERVICE_CREATE=${API_BASE}/auth/users/create/
REACT_APP_USER_SERVICE_DELETE=${API_BASE}/auth/users/delete/
REACT_APP_USER_SERVICE_CURRENT=${API_BASE}/auth/me/
REACT_APP_USER_SERVICE_LOGIN=${API_BASE}/auth/token/create/
REACT_APP_USER_SERVICE_LOGOUT=${API_BASE}/auth/token/destroy/
REACT_APP_ACCOUNTS_SERVICE=${API_BASE}/api/v1/account/
REACT_APP_ACCOUNTS_SERVICE_OVERVIEW=${API_BASE}/api/v1/report/accounts/
REACT_APP_ACCOUNTS_SERVICE_IMAGES=${API_BASE}/api/v1/report/images/
REACT_APP_ACCOUNTS_SERVICE_IMAGE=${API_BASE}/api/v1/image/
REACT_APP_ACCOUNTS_SERVICE_INSTANCES=${API_BASE}/api/v1/report/instances/
REACT_APP_SYSTEM_CONFIG_SERVICE=${API_BASE}/api/v1/sysconfig/
REACT_APP_REPORTS_SERVICE=${API_BASE}/api/v1/report/