Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
t924417424 authored Jun 21, 2021
1 parent 26c7cf8 commit ff71d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[common]
jwtKey = "ss_jwt_token" #jwt签发加密秘钥
PublicNetWorkMode = false #是否开启公网模式 true|false 说明:false:只可以部署在局域网 true:只可以部署在公网
PublicNetWorkMode = false #是否开启公网模式 true|false 说明:false:只可以部署在局域网 true:只可以部署在非局域网

[webSocket] #此配置三个服务需要保护一致
[webSocket.gateWay] #gateway节点的websocket服务端口
Expand Down Expand Up @@ -31,4 +31,4 @@ addr = "127.0.0.1"
port = 3306
userName = "root"
passWord = "root"
dbName = "gateway_data"
dbName = "gateway_data"

0 comments on commit ff71d7e

Please sign in to comment.