Files
order/config/production_setting.py

12 lines
268 B
Python
Raw Normal View History

2019-08-13 11:05:09 +08:00
# -*- coding: utf-8 -*-
DEBUG = True
SQLALCHEMY_ECHO = True
2019-08-13 11:37:28 +08:00
SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@127.0.0.1/food_db'
2019-08-13 11:05:09 +08:00
SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENCODING = "utf8mb4"
APP = {
2019-08-19 08:41:13 +08:00
'domain':'106.52.204.179'
2019-08-13 11:05:09 +08:00
}
RELEASE_VERSION="20180729001"