Files
order/config/production_setting.py

15 lines
353 B
Python
Raw 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
2023-10-25 11:49:01 +08:00
SQLALCHEMY_DATABASE_URI = 'mysql://root:~renjianbo0118mysql*&;@127.0.0.1/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 = {
2023-10-05 00:55:03 +08:00
'domain': 'http://106.52.204.179:8999'
# 'domain':'https://python815.cn'
2019-08-13 11:05:09 +08:00
}
2023-10-05 00:55:03 +08:00
RELEASE_VERSION="2019822001"