This commit is contained in:
2023-10-25 11:49:01 +08:00
parent ae716ac2ec
commit 0405d50674
8 changed files with 4 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ UPLOAD = {
} }
APP = { APP = {
# 'domain':'http://106.52.204.179:8999' 'domain':'http://106.52.204.179:8999'
'domain':'https://python815.cn' # 'domain':'https://python815.cn'
} }
PAY_STATUS_MAPPING = { PAY_STATUS_MAPPING = {

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
DEBUG = True DEBUG = True
SQLALCHEMY_ECHO = True SQLALCHEMY_ECHO = True
SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@127.0.0.1/food_db' SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@127.0.0.1/food_db?charset=utf8mb4'
SQLALCHEMY_TRACK_MODIFICATIONS = False SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENCODING = "utf8mb4" SQLALCHEMY_ENCODING = "utf8mb4"
# RELEASE_VERSION = "20190730" # RELEASE_VERSION = "20190730"

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
DEBUG = True DEBUG = True
QLALCHEMY_ECHO = True QLALCHEMY_ECHO = True
SQLALCHEMY_DATABASE_URI = 'mysql://root:~renjianbo0118mysql*&;@127.0.0.1/food_db' SQLALCHEMY_DATABASE_URI = 'mysql://root:~renjianbo0118mysql*&;@127.0.0.1/food_db?charset=utf8mb4'
SQLALCHEMY_TRACK_MODIFICATIONS = False SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENCODING = "utf8mb4" SQLALCHEMY_ENCODING = "utf8mb4"