mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
change default FLASK_HOST to 0.0.0.0
This commit is contained in:
@@ -51,5 +51,5 @@ MONGO_DB = 'crawlab_test'
|
||||
|
||||
# Flask 变量
|
||||
DEBUG = False
|
||||
FLASK_HOST = '127.0.0.1'
|
||||
FLASK_HOST = '0.0.0.0'
|
||||
FLASK_PORT = 8000
|
||||
|
||||
Reference in New Issue
Block a user