create project
This commit is contained in:
36
config.yaml
Normal file
36
config.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
# 企业微信群机器人url
|
||||
qywxRobotUrl: ""
|
||||
|
||||
# 钉钉群机器人的secret
|
||||
dingTalkSecret: ""
|
||||
|
||||
# 钉钉群机器人发消息额链接
|
||||
dingTalkRobotUrl: ""
|
||||
|
||||
# 天行数据获取节假日的api的key (https://www.tianapi.com/apiview/139)
|
||||
tianApiKey: ""
|
||||
|
||||
# 更新数据的间隔,秒
|
||||
updateSecond: 60
|
||||
|
||||
# 相对于上次通知超过的阈值才发送通知,%
|
||||
thresholdValue: 1.0
|
||||
|
||||
# 股票代码
|
||||
stock:
|
||||
- "600905"
|
||||
- "600032"
|
||||
- "002531"
|
||||
- "600733"
|
||||
- "000825"
|
||||
- "002939"
|
||||
|
||||
# 基金代码
|
||||
fund:
|
||||
- "006229"
|
||||
- "162412"
|
||||
- "008359"
|
||||
- "161725"
|
||||
- "012314"
|
||||
- "162719"
|
||||
- "501057"
|
||||
Reference in New Issue
Block a user