Fix app-env
This commit is contained in:
parent
9633e323a4
commit
4e0437478d
|
|
@ -3,7 +3,7 @@
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 8080,
|
"port": 8080,
|
||||||
"workers": 8,
|
"workers": 8,
|
||||||
"app-env": "prod",
|
"app-env": "production",
|
||||||
"debug": 0,
|
"debug": 0,
|
||||||
"logging": 1,
|
"logging": 1,
|
||||||
"static-directory": "public\/",
|
"static-directory": "public\/",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue