diff --git a/app/core/config.py b/app/core/config.py index a01a2c0..148cba8 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -20,7 +20,7 @@ class Settings(BaseSettings): OSS = "minio" -DEBUG = False +DEBUG = True if DEBUG: LOGS_PATH = "logs/" CATEGORY_PATH = "service/attribute/config/descriptor/category/category_dis.csv" diff --git a/requirements.txt b/requirements.txt index 7b3fa73..51bd041 100644 Binary files a/requirements.txt and b/requirements.txt differ