fix redis host 更换
This commit is contained in:
zhouchengrong
2024-06-28 14:03:09 +08:00
parent fe06ca3dfb
commit f44e929b33

View File

@@ -19,7 +19,7 @@ class Settings(BaseSettings):
LOGGING_CONFIG_FILE = os.path.join(BASE_DIR, 'logging_env.py')
OSS = "minio"
OSS = "S3"
DEBUG = False
if DEBUG:
LOGS_PATH = "logs/"