ソースを参照

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

JianBo He 2 年 前
コミット
a6aae657a9
1 ファイル変更1 行追加1 行削除
  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"
     }
 }