You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- """
- @author: lileilei
- @file: config.py
- @time: 2018/4/12 14:17
- """
- Dingtalk_access_token = "" # 钉钉配置
- TestPlanUrl = 'http://localhost:8881' # 基础url
- Config_Try_Num = 1 # 失败重试
|