-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.envdefault
More file actions
30 lines (27 loc) · 1.23 KB
/
Copy path.envdefault
File metadata and controls
30 lines (27 loc) · 1.23 KB
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
WEB_PORT=3000
WEB_AUTH_API_BASE_URL=https://auth-api.exlskills.com
WEB_GQL_ENDPOINT=https://gql-api.exlskills.com/graph
WEB_CLIENT_BASE_URL=https://exlskills.com
WEB_BOT_MANAGER_API_KEY=set_me
WEB_BOT_MANAGER_API_URL=http://localhost:2999
WEB_COOKIES_DOMAIN=.exlskills.com
WEB_TIMEKIT_SK=set_me
# Template constants
WEB_TMPL_LOGOUT_URL=https://accounts.exlinc.com/auth/realms/exlinc/protocol/openid-connect/logout?redirect_uri=https%3A%2F%2Fexlskills.com
WEB_TMPL_STRIPE_PUB_KEY=set_me
WEB_TMPL_ERASE_DATA_FORM_URL=https://exlinc.typeform.com/to/X0MWrR
WEB_TMPL_ACCOUNTS_URL=https://accounts.exlinc.com/auth/realms/exlinc/account
WEB_TMPL_HELP_BASE_URL=https://help.exlskills.com
WEB_TMPL_PRIVACY_POLICY_AND_TERMS_URL=https://exlinc.com/legal
WEB_TMPL_SUBSCRIBERS_SITE_ID=set_me
# Public URL for the auth API to be accessed client-side
WEB_TMPL_AUTH_API_BASE_URL=https://auth-api.exlskills.com
# Public URL for the gql API to be access client-side
WEB_TMPL_GQL_ENDPOINT=https://gql-api.exlskills.com/graph
WEB_TMPL_GA_TRACKING_ID=UA-122120459-2
WEB_TMPL_CODE_QUESTION_EDITOR_URL=https://exlcode.com/repl
WEB_TMPL_DRIFT_APP_ID=set_me
WEB_TIMEKIT_PK=set_me
# The default locale must be listed first
# ACTIVE_LOCALES=en,hi,es,ru,zh
ACTIVATE_TEST_MODE=false