-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.env-sample
26 lines (19 loc) · 925 Bytes
/
.env-sample
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
###########################################################
# Required #
###########################################################
#
# URL of the kinto-core we are connecting to. support both HTTP/HTTPS
#
REACT_APP_SERVER_URL=http://localhost:8090
###########################################################
# Optional #
###########################################################
# enable this on dev to show testing feature
REACT_APP_ALPHA_FEATURE_ENABLED=true
# for templating index.html.
REACT_APP_SITE_HOST=kintocloud.com
# the ttl for serverless pods. default to 5 minutes
REACT_APP_SLEEP_MODE_TTL_MINUTES=5
# a version number (string, preferably timestamp) for the localstorage (i.e. cache)
# any changes will need to ignore the cache and logout the users (required to login again)
REACT_APP_LOCAL_STORAGE_VERSION=