attribute 字段名规范

This commit is contained in:
zhouchengrong
2024-03-28 10:46:47 +08:00
parent b7a8dd9c21
commit 75bedfbeac

View File

@@ -34,14 +34,14 @@ ATT_TRITON_IP = "10.1.1.240"
ATT_TRITON_PORT = "10020" ATT_TRITON_PORT = "10020"
# service env # service env
# LOGS_PATH = "app/logs/errors.log" LOGS_PATH = "app/logs/errors.log"
# FASHION_CATEGORIES = "app/service/outfit_matcher/config/fashion_categories.json" FASHION_CATEGORIES = "app/service/outfit_matcher/config/fashion_categories.json"
# FASHION_CATEGORIES_MAPPING = "app/service/outfit_matcher/config/fashion_category_mapping.json" FASHION_CATEGORIES_MAPPING = "app/service/outfit_matcher/config/fashion_category_mapping.json"
# pycharm debug # pycharm debug
LOGS_PATH = "logs/errors.log" # LOGS_PATH = "logs/errors.log"
FASHION_CATEGORIES = "service/outfit_matcher/config/fashion_categories.json" # FASHION_CATEGORIES = "service/outfit_matcher/config/fashion_categories.json"
FASHION_CATEGORIES_MAPPING = "service/outfit_matcher/config/fashion_category_mapping.json" # FASHION_CATEGORIES_MAPPING = "service/outfit_matcher/config/fashion_category_mapping.json"
# LOGS_PATH = "app/logs/errors.log" # LOGS_PATH = "app/logs/errors.log"