-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.env
57 lines (50 loc) · 2.91 KB
/
.env
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
REACT_APP_UI_VERSION=$npm_package_version
REACT_APP_UI_NAME=subscriptions
REACT_APP_UI_DISPLAY_NAME=Subscriptions
REACT_APP_UI_DISPLAY_CONFIG_NAME=Subscriptions
REACT_APP_UI_DISPLAY_START_NAME=Subscriptions
REACT_APP_UI_INTERNAL_NAME=Subscription Watch
REACT_APP_UI_DEPLOY_PATH_PREFIX=${UI_DEPLOY_PATH_PREFIX}
REACT_APP_UI_DEPLOY_PATH_LINK_PREFIX=${UI_DEPLOY_PATH_LINK_PREFIX}
PUBLIC_URL=${UI_DEPLOY_PATH_PREFIX}/apps/subscriptions/
STATIC_DIR=public
REACT_APP_UI_LINK_CHANGELOG=https://github.com/RedHatInsights/curiosity-frontend/blob/main/CHANGELOG.md
REACT_APP_UI_LINK_CONTACT_US=https://access.redhat.com/account-team
REACT_APP_UI_LINK_LEARN_MORE=https://access.redhat.com/documentation/en-us/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/
REACT_APP_UI_LINK_PLATFORM_STATUS=https://status.redhat.com/
REACT_APP_UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS=https://access.redhat.com/solutions/subscription-watch-mismatch
REACT_APP_UI_DISABLED=false
REACT_APP_UI_DISABLED_NOTIFICATIONS=false
REACT_APP_UI_DISABLED_TOOLBAR=false
REACT_APP_UI_DISABLED_TOOLBAR_GROUP_VARIANT=false
REACT_APP_UI_DISABLED_GRAPH=false
REACT_APP_UI_DISABLED_TABLE=false
REACT_APP_UI_DISABLED_TABLE_INSTANCES=false
REACT_APP_UI_DISABLED_TABLE_SUBSCRIPTIONS=false
REACT_APP_UI_LOGGER_ID=curiosity
REACT_APP_UI_LOGGER_FILE=curiosity_debug_log_{0}.json
REACT_APP_UI_WINDOW_ID=curiosity
REACT_APP_AJAX_TIMEOUT=60000
REACT_APP_AJAX_CACHE=15000
REACT_APP_AJAX_POLL_INTERVAL=5000
REACT_APP_SELECTOR_CACHE=120000
REACT_APP_CONFIG_EXPORT_EXPIRE=86400000
REACT_APP_CONFIG_EXPORT_FILE_EXT=zip
REACT_APP_CONFIG_EXPORT_FILE_TYPE=application/gzip
REACT_APP_CONFIG_EXPORT_FILENAME=swatch_report_{0}
REACT_APP_CONFIG_EXPORT_SERVICE_NAME_PREFIX=swatch
REACT_APP_CONFIG_SERVICE_LOCALES_COOKIE=rh_locale
REACT_APP_CONFIG_SERVICE_LOCALES_DEFAULT_LNG=en-US
REACT_APP_CONFIG_SERVICE_LOCALES_DEFAULT_LNG_DESC=English
REACT_APP_CONFIG_SERVICE_LOCALES=${UI_DEPLOY_PATH_PREFIX}/apps/subscriptions/locales/locales.json
REACT_APP_CONFIG_SERVICE_LOCALES_PATH=${UI_DEPLOY_PATH_PREFIX}/apps/subscriptions/locales/{{lng}}.json
REACT_APP_CONFIG_SERVICE_LOCALES_EXPIRE=604800000
REACT_APP_SERVICES_PLATFORM_EXPORT=/api/export/v1/exports
REACT_APP_SERVICES_PLATFORM_EXPORT_STATUS=/api/export/v1/exports/{0}/status
REACT_APP_SERVICES_RHSM_VERSION=/api/rhsm-subscriptions/v1/version
REACT_APP_SERVICES_RHSM_TALLY=/api/rhsm-subscriptions/v1/tally/products/{0}/{1}
REACT_APP_SERVICES_RHSM_CAPACITY=/api/rhsm-subscriptions/v1/capacity/products/{0}/{1}
REACT_APP_SERVICES_RHSM_INVENTORY_INSTANCES=/api/rhsm-subscriptions/v1/instances/products/
REACT_APP_SERVICES_RHSM_INVENTORY_INSTANCES_GUESTS=/api/rhsm-subscriptions/v1/instances/{0}/guests
REACT_APP_SERVICES_RHSM_INVENTORY_SUBSCRIPTIONS=/api/rhsm-subscriptions/v2/subscriptions/products/
REACT_APP_SERVICES_RHSM_OPTIN=/api/rhsm-subscriptions/v1/opt-in