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.

11 lines
316B

  1. # -*- coding: utf-8 -*-
  2. # 服务配置路径
  3. service_yml_path = 'config/service/dsp_%s_service.yml'
  4. # kafka配置路径
  5. kafka_yml_path = 'config/kafka/dsp_%s_kafka.yml'
  6. # 阿里云配置路径
  7. aliyun_yml_path = "config/aliyun/dsp_%s_aliyun.yml"
  8. # 百度配置路径
  9. baidu_yml_path = 'config/baidu/dsp_%s_baidu.yml'