Commit 070ba6ed authored by wanli's avatar wanli

更新配置

parent c0dd2d99
...@@ -10,8 +10,8 @@ conf.read(os.path.join(os.getcwd(), "config.ini")) ...@@ -10,8 +10,8 @@ conf.read(os.path.join(os.getcwd(), "config.ini"))
config = dict( config = dict(
NAME='evm_store', NAME='evm_store',
DEBUG=True, DEBUG=True,
HOST="0.0.0.0", HOST="127.0.0.1",
PORT=5000, PORT=5001,
LOGIN_DISABLED=False, LOGIN_DISABLED=False,
MD5_SALT="EhuqUkwV", MD5_SALT="EhuqUkwV",
SECRET_KEY='secret_key_EhuqUkwV', SECRET_KEY='secret_key_EhuqUkwV',
......
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