소스 검색

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"
     }
 }