Files
order/config/production_setting.py
2023-10-05 00:55:03 +08:00

15 lines
337 B
Python

# -*- coding: utf-8 -*-
DEBUG = True
QLALCHEMY_ECHO = True
SQLALCHEMY_DATABASE_URI = 'mysql://root:~renjianbo0118mysql*&;@127.0.0.1/food_db'
SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENCODING = "utf8mb4"
APP = {
'domain': 'http://106.52.204.179:8999'
# 'domain':'https://python815.cn'
}
RELEASE_VERSION="2019822001"