Commit 1c2a618c authored by 陈涛's avatar 陈涛

修改TEST配置文件

parent 7ac35fa4
......@@ -19,7 +19,7 @@ from tools.scheduler import create_scheduler
if settings.env != 'LOCAL':
openapi_prefix = '/pyfund'
debug = False
elif settings.name == "TEST":
elif settings.env == "TEST":
openapi_prefix = '/pyfund'
debug = False
else:
......
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