chore(example): fix gateway.stomp.conf.example

This commit is contained in:
JianBo He 2023-06-20 18:19:40 +08:00
parent 528f49aa2e
commit a6aae657a9
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ gateway.stomp {
}
listeners.tcp.default {
bind = 0.0.0.0:61613
bind = "0.0.0.0:61613"
}
}