From 9013b5ba226f4a645eeb455895d80238e57e4897 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Thu, 21 Mar 2024 11:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E5=88=86=E6=96=B0=E5=A2=9E=E5=8F=91?= =?UTF-8?q?=E5=B8=83rabbitmq=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index 83e304c..b55fa65 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -56,10 +56,8 @@ REDIS_PORT = "6379" REDIS_DB = "2" MINIO_SECURE = True -# input = 'preprocess_img/input_x2' # 这个值需要被函数参数覆盖 -# output = '/path/to/output' # 这个值将被函数参数覆盖 -# LOGS_PATH = "app/logs/errors.log" -LOGS_PATH = "logs/errors.log" +LOGS_PATH = "app/logs/errors.log" +# LOGS_PATH = "logs/errors.log" SR_MODEL_NAME = "super_resolution"