|
|
@ -12,15 +12,20 @@ spring:
|
|
|
|
password: nacos
|
|
|
|
password: nacos
|
|
|
|
server-addr: 127.0.0.1:8848
|
|
|
|
server-addr: 127.0.0.1:8848
|
|
|
|
username: nacos
|
|
|
|
username: nacos
|
|
|
|
|
|
|
|
extension-configs:
|
|
|
|
|
|
|
|
- data-id: hippo4j-nacos.yaml
|
|
|
|
|
|
|
|
group: DEFAULT_GROUP
|
|
|
|
|
|
|
|
refresh: true
|
|
|
|
|
|
|
|
|
|
|
|
dynamic:
|
|
|
|
dynamic:
|
|
|
|
thread-pool:
|
|
|
|
thread-pool:
|
|
|
|
enable: true
|
|
|
|
enable: true
|
|
|
|
enable-banner: true
|
|
|
|
banner: true
|
|
|
|
check-state-interval: 3
|
|
|
|
collect: true
|
|
|
|
|
|
|
|
check-state-interval: 5
|
|
|
|
notify-platforms:
|
|
|
|
notify-platforms:
|
|
|
|
- platform: 'WECHAT'
|
|
|
|
- platform: 'WECHAT'
|
|
|
|
secret-key: 1d307bfa-815f-4662-a2e5-99415e947bb8
|
|
|
|
secret-key: ac0426a5-c712-474c-9bff-72b8b8f5caff
|
|
|
|
- platform: 'DING'
|
|
|
|
- platform: 'DING'
|
|
|
|
secret-key: 56417ebba6a27ca352f0de77a2ae9da66d01f39610b5ee8a6033c60ef9071c55
|
|
|
|
secret-key: 56417ebba6a27ca352f0de77a2ae9da66d01f39610b5ee8a6033c60ef9071c55
|
|
|
|
nacos:
|
|
|
|
nacos:
|
|
|
@ -45,4 +50,3 @@ spring:
|
|
|
|
receives:
|
|
|
|
receives:
|
|
|
|
WECHAT: 'xxx' # Fill in the enterprise weChat userId
|
|
|
|
WECHAT: 'xxx' # Fill in the enterprise weChat userId
|
|
|
|
DING: 'xxx' # phone
|
|
|
|
DING: 'xxx' # phone
|
|
|
|
|
|
|
|
|
|
|
|