Commit b804c1d7 authored by wanli's avatar wanli

update

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