mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-08 16:57:26 +08:00
[Enhance][Bug fix] Waitress & API token
- Fix a bug that using API token in config file will not success - Add deployment mode `waitress`
This commit is contained in:
@@ -6,7 +6,7 @@ class Config:
|
||||
HOST = '0.0.0.0'
|
||||
PORT = 80
|
||||
|
||||
USE_GEVENT_WSGI = False
|
||||
DEPLOY_MODE = 'flask_multithread'
|
||||
USE_PROXY_FIX = False
|
||||
USE_CORS = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user