Files
order/config/production_setting.py

15 lines
391 B
Python
Raw Permalink Normal View History

2019-08-13 11:05:09 +08:00
# -*- coding: utf-8 -*-
DEBUG = True
2023-10-05 00:55:03 +08:00
QLALCHEMY_ECHO = True
2026-01-09 18:07:01 +08:00
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:!Rjb12191@gz-cynosdbmysql-grp-d26pzce5.sql.tencentcdb.com:24936/food_db?charset=utf8mb4'
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 = {
2026-01-09 18:07:01 +08:00
'domain': 'http://101.43.95.130:8032'
2023-10-05 00:55:03 +08:00
# 'domain':'https://python815.cn'
2019-08-13 11:05:09 +08:00
}
2023-10-05 00:55:03 +08:00
RELEASE_VERSION="2019822001"