feat generate 迁移

This commit is contained in:
zhouchengrong
2024-04-15 18:41:06 +08:00
parent 2fddba4827
commit 6bb988bd88
2 changed files with 3 additions and 3 deletions

View File

@@ -25,9 +25,9 @@ if DEBUG:
else:
LOGS_PATH = "app/logs/errors.log"
RABBITMQ_ENV = "" # 生产环境
# RABBITMQ_ENV = "" # 生产环境
# RABBITMQ_ENV = "-dev" # 开发环境
# RABBITMQ_ENV = "-local" # 本地测试环境
RABBITMQ_ENV = "-local" # 本地测试环境
settings = Settings()