feat design 提速测试
fix
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user