From 4888935ef7d6fe41d5b6e3f694cb59b2c8f9e61f Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Tue, 2 Jul 2024 10:07:26 +0800 Subject: [PATCH] =?UTF-8?q?feat=20generate=20to=20product=20image=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=20image=5Fstrength=E5=8F=82=E6=95=B0=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 09e48fc..ae91c23 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -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/"