Commit 3ac2bd13 by Aeolus

update

parent f4e121b6
......@@ -9,7 +9,7 @@ import logging
from myapps.management import create_app
logger = logging.getLogger(__name__)
app = create_app(os.getenv('RUN_ENV', 'prod'))
app = create_app('prod')
logger.info("run server")
if __name__ == '__main__':
......
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