1234567891011121314151617181920212223242526 |
- #基础路径
- base:
- base_qccq_cs: http://221.229.99.73:63220
- base_qccq_sc: https://app.youth.cq.cqyl.org.cn
- #日志配置
- log:
- log_name: logs_
- log_format: '[%(asctime)s] %(filename)s->%(funcName)s line:%(lineno)d [%(levelname)s] %(message)s'
- log_colors_config:
- DEBUG: 'cyan'
- INFO: 'green'
- WARNING: 'yellow'
- ERROR: 'red'
- CRITICAL: 'red'
- request:
- request_out_time: 2000
- dingding:
- prod_webhook: 'https://oapi.dingtalk.com/robot/send?access_token=f8566d2ed0feb8dc3bf2856df161241a8cf5a4c76af3d903abcabfdebebdff0e'
- test_yunwin_webhook: 'https://oapi.dingtalk.com/robot/send?access_token=a9842cfd9a486b4516b1f228df14b3f9c45826a85c05edbdf7457ee2d2f14b78'
|