可运行
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
DEBUG = True
|
||||
QLALCHEMY_ECHO = True
|
||||
SQLALCHEMY_DATABASE_URI = 'mysql://root:~renjianbo0118mysql*&;@127.0.0.1/food_db?charset=utf8mb4'
|
||||
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:!Rjb12191@gz-cynosdbmysql-grp-d26pzce5.sql.tencentcdb.com:24936/food_db?charset=utf8mb4'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
SQLALCHEMY_ENCODING = "utf8mb4"
|
||||
|
||||
|
||||
APP = {
|
||||
'domain': 'http://106.52.204.179:8999'
|
||||
'domain': 'http://101.43.95.130:8032'
|
||||
# 'domain':'https://python815.cn'
|
||||
}
|
||||
RELEASE_VERSION="2019822001"
|
||||
|
||||
Reference in New Issue
Block a user