Przeglądaj źródła

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

JianBo He 2 lat temu
rodzic
commit
a6aae657a9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/gateway.stomp.conf.example

+ 1 - 1
examples/gateway.stomp.conf.example

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