diff options
| author | fangshunjian <[email protected]> | 2021-09-23 19:03:24 +0800 |
|---|---|---|
| committer | fangshunjian <[email protected]> | 2021-09-23 19:03:24 +0800 |
| commit | a94cf77c98791a8f2f506b31048ffa44950d53a6 (patch) | |
| tree | 5136a1b0e04522df3124cdca95fc5d215be3dc5e /src/main | |
| parent | ff2a43b222e20e872af7c83763d1f3a19d7d7f46 (diff) | |
fix: 修改 lokipushurls.yml 初始化内容dev-3.0
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/config/lokiPushUrls.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/resources/config/lokiPushUrls.yml b/src/main/resources/config/lokiPushUrls.yml index d090083..fa927eb 100644 --- a/src/main/resources/config/lokiPushUrls.yml +++ b/src/main/resources/config/lokiPushUrls.yml @@ -1,6 +1,3 @@ !!net.geedge.confagent.entity.LokiPushUrlsEntity lokiPushUrls: -- {target: 'http://192.168.44.64', token: aaa} -- {target: 'http://192.168.44.61', token: bbb} -- {target: 'http://192.168.44.64', token: cc2} -- {target: 'http://192.168.44.60', token: dd3} +- {target: 'http://127.0.0.1', mode: 'local',token: aaa} |
