Fix production config: use simple cache instead of Redis, fix Gunicorn to use production config
This commit is contained in:
@@ -49,4 +49,4 @@ exec gunicorn \
|
||||
--timeout 120 \
|
||||
--access-logfile - \
|
||||
--error-logfile - \
|
||||
"app.app:create_app()"
|
||||
"app.app:create_app('production')"
|
||||
|
||||
Reference in New Issue
Block a user