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

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
DEBUG = 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_ENCODING = "utf8mb4"