You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # -*- coding: utf-8 -*-
-
- # 服务配置路径
- service_yml_path = 'config/service/dsp_%s_service.yml'
- # kafka配置路径
- kafka_yml_path = 'config/kafka/dsp_%s_kafka.yml'
- # 阿里云配置路径
- aliyun_yml_path = "config/aliyun/dsp_%s_aliyun.yml"
- # 百度配置路径
- baidu_yml_path = 'config/baidu/dsp_%s_baidu.yml'
|