更新 git忽略文件配置, triton地址修改
This commit is contained in:
@@ -27,11 +27,11 @@ MINIO_SECURE = False
|
||||
MINIO_ACCESS = "e8zc55mzDOh4IzRrZ9Oa"
|
||||
MINIO_SECRET = "uHfqJ7UkwA1PTDGfnA44Hp9ux5YkZTkzZLjeOYhE"
|
||||
|
||||
OM_TRITON_IP = "10.1.1.150"
|
||||
OM_TRITON_PORT = "7000"
|
||||
OM_TRITON_IP = "10.1.1.240"
|
||||
OM_TRITON_PORT = "10010"
|
||||
|
||||
ATT_TRITON_IP = "10.1.1.150"
|
||||
ATT_TRITON_PORT = "6000"
|
||||
ATT_TRITON_IP = "10.1.1.240"
|
||||
ATT_TRITON_PORT = "10020"
|
||||
|
||||
# service env
|
||||
# LOGSPATH = "logs/errors.log"
|
||||
@@ -39,6 +39,6 @@ ATT_TRITON_PORT = "6000"
|
||||
# FASHION_CATEGORIES_MAPPING = "app/service/outfit_matcher/config/fashion_category_mapping.json"
|
||||
|
||||
# pycharm debug
|
||||
LOGSPATH = "logs/errors.log"
|
||||
LOGS_PATH = "logs/errors.log"
|
||||
FASHION_CATEGORIES = "service/outfit_matcher/config/fashion_categories.json"
|
||||
FASHION_CATEGORIES_MAPPING = "service/outfit_matcher/config/fashion_category_mapping.json"
|
||||
|
||||
Reference in New Issue
Block a user