feat design 提速测试

fix
This commit is contained in:
zhouchengrong
2024-09-19 14:20:56 +08:00
parent 423ff8dd26
commit dac5940199
23 changed files with 3599 additions and 27 deletions

View File

@@ -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"
@@ -50,7 +50,7 @@ S3_REGION_NAME = "ap-east-1"
# redis 配置
REDIS_HOST = "10.1.1.240"
REDIS_PORT = "6379"
REDIS_DB = "2"
REDIS_DB = "10"
# rabbitmq config
RABBITMQ_PARAMS = {