配置提交

back_recharge
lvxinran 2021-01-21 16:00:44 +08:00
parent 6e396124ec
commit feb641028c
2 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0 spring.redis.pool.min-idle=0
#core #core
services.core.ip=60.1.1.161 services.core.ip=60.1.1.153
services.core.port=17080 services.core.port=17080
services.core.area=1000 services.core.area=1000
services.core.id=1 services.core.id=1
services.core.weight=5 services.core.weight=5
#\u6539\u7528\u670D\u52A1\u53D1\u73B0 #\u6539\u7528\u670D\u52A1\u53D1\u73B0
services.core.worldip=60.1.1.161 services.core.worldip=60.1.1.153
services.core.worldport=18080 services.core.worldport=18080
logging.config = conf/logback-boot.xml logging.config = conf/logback-boot.xml

View File

@ -34,7 +34,7 @@ spring.redis.pool.min-idle=0
# netty config # netty config
netty.tcpPort = 18080 # netty.tcpPort = 18080
netty.chatTcpPort = 20001 netty.chatTcpPort = 20001
netty.logintcpPort = 18091 netty.logintcpPort = 18091
netty.udpPort = 18092 netty.udpPort = 18092
@ -49,7 +49,7 @@ netty.allTimeout=10
#core thrift #core thrift
services.core.ip=60.1.1.161 services.core.ip=60.1.1.153
services.core.port=18080 services.core.port=18080
services.core.area=1000 services.core.area=1000
services.core.id=1 services.core.id=1