[agent-go] - 增加公网IP部分
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"properties": [
|
||||
{
|
||||
"name": "octopus.notify.pusher_url",
|
||||
"type": "java.lang.String",
|
||||
"description": "Description for octopus.notify.pusher_url."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -93,6 +93,11 @@ mybatis-plus:
|
||||
# mapper-locations: classpath*:/real-mappers/**/*.xml
|
||||
|
||||
octopus:
|
||||
notify:
|
||||
# 消息通知的URL地址
|
||||
pusher_url: http://192.168.35.71:8080
|
||||
# 发送消息的密钥
|
||||
access_token: 123456
|
||||
message:
|
||||
# agent boot up default common exchange
|
||||
init_exchange: InitExchange
|
||||
|
||||
Reference in New Issue
Block a user