代码优化

This commit is contained in:
zhangtao
2025-02-16 03:41:23 +08:00
parent 965a4187b5
commit aae8aa91fd
17 changed files with 154 additions and 802 deletions
+3 -1
View File
@@ -50,10 +50,12 @@ POSTGRESQL_DB_NAME = "fastapi_vue_admin"
REDIS_HOST = "localhost"
REDIS_PORT = 6379
REDIS_PASSWORD = ''
REDIS_DB = 1
REDIS_DB_NAME = 1
# MongoDB配置
MONGO_DB_HOST = "localhost"
MONGO_DB_USER = "fastapi_vue_admin"
MONGO_DB_PASSWORD = 123456
MONGO_DB_PORT = 27017
MONGO_DB_NAME = "fastapi_vue_admin"