配置提交
parent
6e396124ec
commit
feb641028c
|
@ -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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue