config.yaml 679 B

1234567891011121314151617181920212223242526
  1. #基础路径
  2. base:
  3. base_qccq_cs: http://221.229.99.73:63220
  4. base_qccq_sc: https://ai.teleagi.cn
  5. #日志配置
  6. log:
  7. log_name: logs_
  8. log_format: '[%(asctime)s] %(filename)s->%(funcName)s line:%(lineno)d [%(levelname)s] %(message)s'
  9. log_colors_config:
  10. DEBUG: 'cyan'
  11. INFO: 'green'
  12. WARNING: 'yellow'
  13. ERROR: 'red'
  14. CRITICAL: 'red'
  15. request:
  16. request_out_time: 2000
  17. dingding:
  18. prod_webhook: 'https://oapi.dingtalk.com/robot/send?access_token=707297e5d1da213d6267e7c7d32fc70a25922340e9c9fe84e1d37014b98ed541'
  19. test_yunwin_webhook: 'https://oapi.dingtalk.com/robot/send?access_token=1718b180c90c1882023728a7c427232d6276885bd8a50ffc6e7b7d419965fe4d'