Files
order/config/production_setting.py

15 lines
338 B
Python
Raw Normal View History

2019-08-13 11:05:09 +08:00
# -*- coding: utf-8 -*-
DEBUG = True
SQLALCHEMY_ECHO = True
2020-03-03 15:49:56 +08:00
SQLALCHEMY_DATABASE_URI = 'mysql://root:~renjianbo0118mysql*&;@127.0.0.1/food_db'
2019-08-13 11:05:09 +08:00
SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENCODING = "utf8mb4"
2019-08-21 11:13:18 +08:00
2019-08-13 11:05:09 +08:00
APP = {
2019-10-28 16:05:39 +08:00
#'domain': 'http://106.52.204.179:8999'
'domain':'https://python815.cn'
2019-08-13 11:05:09 +08:00
}
2019-08-22 12:26:06 +08:00
RELEASE_VERSION="2019822001"