This commit is contained in:
rjb
2023-10-04 23:58:34 +08:00
parent 18d9a65aeb
commit 631bbf4569
127 changed files with 135 additions and 17 deletions

Binary file not shown.

View File

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

View File

@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
DEBUG = True
SQLALCHEMY_ECHO = True
SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@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"
# -*- 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"