Commit 3ea59107 authored by wanliofficial's avatar wanliofficial

update port 5000

parent 72c6e41b
No preview for this file type
...@@ -11,7 +11,7 @@ config = dict( ...@@ -11,7 +11,7 @@ config = dict(
NAME='evm_store', NAME='evm_store',
DEBUG=True, DEBUG=True,
HOST="0.0.0.0", HOST="0.0.0.0",
PORT=9999, PORT=5000,
SECRET_KEY='secret_key_EhuqUkwV', SECRET_KEY='secret_key_EhuqUkwV',
LOGIN_DISABLED=False, LOGIN_DISABLED=False,
BACKUP_DIR=conf.get('application', 'backup_dir'), BACKUP_DIR=conf.get('application', 'backup_dir'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment