Fix app-env

This commit is contained in:
TBK 2019-08-01 15:44:34 +02:00
parent 9633e323a4
commit 4e0437478d
No known key found for this signature in database
GPG Key ID: 5FFB25718720C7D7
1 changed files with 1 additions and 1 deletions

View File

@ -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\/",