forked from artsy/force
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
40 lines (39 loc) · 935 Bytes
/
.env.example
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
# ------------------------
# App Settings
# ------------------------
# Enable these settings at your own discresion
#
# -- Fastest compilation speed, no sourcemaps
# WEBPACK_DEVTOOL=eval
#
# -- Second fasted, limited sourcemaps
# WEBPACK_DEVTOOL=eval-cheap-source-map
#
# -- Third, full sourcemaps
# WEBPACK_DEVTOOL=cheap-module-eval-source-map
#
# -- External sourcemaps as deployed to prod
# WEBPACK_DEVTOOL=source-map
#
# -- Display full compilation stats
# WEBPACK_LOG_CONFIG=true
#
# -- Output full compiler stats
# WEBPACK_STATS=errors-only
#
# -- Enable server-side redis caching when logged out
# ENABLE_SERVER_SIDE_CACHE=false
#
# -- Full logs from Express
# VERBOSE_LOGGING=true
#
# -- Display analytics calls in browser console
# SHOW_ANALYTICS_CALLS=true
# ------------------------
# Localhost Environment
# ------------------------
APP_TIMEOUT=29s
API_REQUEST_TIMEOUT=10000
NODE_ENV=development
PORT=5000
USER_TYPE=Admin