forked from cloudigrade/frontigrade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.production
35 lines (26 loc) · 1.13 KB
/
.env.production
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
GENERATE_SOURCEMAP=true
REACT_APP_ENV=production
REACT_APP_UI_VERSION=${UI_VERSION}
REACT_APP_UI_LOGGER_ID=cloudmeter
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
REACT_APP_USER_SERVICE_CREATE=/auth/users/create/
REACT_APP_USER_SERVICE_DELETE=/auth/users/delete/
REACT_APP_USER_SERVICE_CURRENT=/auth/me/
REACT_APP_USER_SERVICE_LOGIN=/auth/token/create/
REACT_APP_USER_SERVICE_LOGOUT=/auth/token/destroy/
REACT_APP_ACCOUNTS_SERVICE=/api/v1/account/
REACT_APP_ACCOUNTS_SERVICE_OVERVIEW=/api/v1/report/accounts/
REACT_APP_ACCOUNTS_SERVICE_IMAGES=/api/v1/report/images/
REACT_APP_ACCOUNTS_SERVICE_IMAGE=/api/v1/image/
REACT_APP_ACCOUNTS_SERVICE_INSTANCES=/api/v1/report/instances/
REACT_APP_SYSTEM_CONFIG_SERVICE=/api/v1/sysconfig/
REACT_APP_REPORTS_SERVICE=/api/v1/report/