diff options
| author | zhangzhihan <[email protected]> | 2020-09-23 15:27:49 +0800 |
|---|---|---|
| committer | zhangzhihan <[email protected]> | 2020-09-23 15:27:49 +0800 |
| commit | e522e090b587a76e07b35cc6959e33b2a35d9a18 (patch) | |
| tree | bce6ecdd8e5eff1bb458bedcb6509ad9843774e1 /roles/tsg_app | |
| parent | 92ed83217a61ed9d62649ee99090cb7f310ff651 (diff) | |
update
Diffstat (limited to 'roles/tsg_app')
| -rw-r--r-- | roles/tsg_app/templates/main.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/tsg_app/templates/main.conf.j2 b/roles/tsg_app/templates/main.conf.j2 index df77ffe..bcde656 100644 --- a/roles/tsg_app/templates/main.conf.j2 +++ b/roles/tsg_app/templates/main.conf.j2 @@ -2,7 +2,7 @@ QOS=1 PUBLISH_TOPIC=APP_SIGNATURE_ID #CLIENT_ID= -BROKER_LIST=tcp://192.168.40.161:1883 +BROKER_LIST=tcp://{{ app_global_ip }}:1883 [LUA] ENABLE=1 |
