miduo_server/worldserver/src/main/resources/application.properties

33 lines
677 B
Properties
Raw Normal View History

2020-11-19 17:24:22 +08:00
spring.redis.host=60.1.1.21
2020-12-03 21:02:17 +08:00
spring.redis.port=6379
2020-11-19 17:24:22 +08:00
spring.redis.password=
spring.redis.pool.max-active=8
spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0
2020-12-03 21:02:17 +08:00
# netty config
netty.tcpPort = 18080
netty.chatTcpPort = 20001
netty.logintcpPort = 18091
netty.udpPort = 18092
netty.udpTargetIp=60.1.1.212
netty.udpTargetPort=10001
netty.reconnectDelay=3000
netty.bossThreadCount=1
netty.workerThreadCount=10
netty.readTimeout=10
netty.writeTimeout=10
netty.allTimeout=10
#core thrift
2020-11-19 20:33:41 +08:00
services.core.ip=60.1.1.161
2020-11-19 17:24:22 +08:00
services.core.port=18080
services.core.area=1000
services.core.id=1
services.core.weight=5
logging.config = conf/logback-boot.xml