-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
82 lines (82 loc) · 2.44 KB
/
env.example
File metadata and controls
82 lines (82 loc) · 2.44 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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
### NODE SPACE
NODE_ENV="production" # "development"
#############################################################
### LOGGER OPTIONS
LOGGER=true
VERBOSE=true
COLORED=true
#############################################################
##################### HOMEBREW FEATURES #####################
#############################################################
### Inspector
INSPECTOR=true
#############################################################
### Error 404 & 5XX Handlers
ERRORS_HANDLERS=true
### NETWORK SETTINGS
# SERVERLESS=true
RESILIENT_PORT=true
# PORT=2700
# PORT_DEV=2701
#############################################################
##################### EXPRESS FEATURES ######################
#BUILD_IN_FEATURES=true
# DISSABLE_POWERED_BY=true
#############################################################
### JSON PARSER OPTIONS
# JSON=true
# JSON_INFLATE=true
# JSON_LIMIT=100kb
# JSON_STRICT=true
# JSON_TYPE=application/json
#############################################################
### RAW PARSER OPTIONS
# RAW=true
# RAW_INFLATE=true
# RAW_LIMIT=100kb
# RAW_TYPE=application/octet-stream
#############################################################
### TEXT PARSER OPTIONS
# TEXT=true
# TEXT_CHARSET=utf-8
# TEXT_INFLATE=true
# TEXT_LIMIT=100kb
# TEXT_TYPE=text/plain
#############################################################
### URLENCODED PARSER OPTIONS
# URLENCODED=true
# URLENCODED_EXTENDED=true
# URLENCODED_INFLATE=true
# URLENCODED_LIMIT=100kb
# URLENCODED_PARAM_LIMIT=100
# URLENCODED_TYPE=application/x-www-form-urlencoded
#############################################################
# ### CORS POLICY
# CORS=true
# SRVTOSRV=true
#############################################################
### STATIC SERVER OPTIONS
# STATIC=true
# ## Mandatory vars
# STATIC_DIR=public/#/STATIC/FILE/FOLDER/PATH
# STATIC_INDEX=/index.html#PATH/TO/index.html
# #########################
# STATIC_PATH=/cdn/#/PATH/FORMAT
# STATIC_DOTFILES=ignore
# STATIC_ETAG=true
# STATIC_EXTENSIONS=#EXTENSIONS,SEPARATED,BY,COMMA
# STATIC_FALLTHROUGH=true
# STATIC_IMMUTABLE=false
# STATIC_LASTMODIFIED=true
# STATIC_MAXAGE=0#max_milliseconds_to_cache
# STATIC_REDIRECT=true
#############################################################
# ### LOCAL VARIABLES
# LOCAL_VARS=true
# LOCALS=LOCAL_KEY_STR:LOCAL_VALUE_STR;
# LOCALS_KEY=LOCALS_VALUE
#############################################################
# ### SWAGGER OPTIONS
# SWAGGER=true
# SWAGGER_THEME=dark-monokai
# SWAGGER_PATH=/api