application.properties.temp 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #游戏服务器ID
  2. game.server.id=4
  3. #被合服的服务器ID
  4. game.server.merge.ids=0,0,0
  5. #平台编号
  6. game.server.platformid=1001
  7. #游戏服务器端口
  8. game.server.port=10004
  9. #游戏服务器的tomcat端口
  10. server.port=20004
  11. #游戏渠道标识,如37、yile、wabo、其他
  12. game.channel.identity=other
  13. #语言版本
  14. game.language=cn
  15. #服务器是不是提审服
  16. game.arraign.type=false
  17. #服务器开服方式,1启动服务器时间作为开服时间,2后台开服时间作为开服时间
  18. game.open.type=1
  19. #服务器是否调试模式
  20. game.debug.mode=true
  21. #服务器netty空闲时间检测,0表示不检查空闲
  22. game.netty.idle=60
  23. #热更配置文件夹
  24. game.fix.design.folder=/uploadfiles/design/
  25. #热更代码文件夹
  26. game.fix.clazzs.folder=/uploadfiles/clazzs/
  27. #项目配置表格式
  28. csv.file.path=D:/Git/tubing/tubing-x1-config/export/server-csv/
  29. #项目配置表格式
  30. map.file.path=D:/Git/tubing/tubing-x1-map-editor/server/
  31. #跨服IP
  32. cross.server.ip=192.168.1.47
  33. #跨服端口
  34. cross.server.port=41002
  35. #后台加密秘钥
  36. backstage.key=xiugouyouxi2023
  37. #后台地址
  38. backstage.url=http://127.0.0.1:9001
  39. #数据库配置
  40. database.config.file=file:./config/database.db
  41. #日志输出格式配置
  42. logging.config=file:./config/log4j2.xml
  43. #===================redis基础配置===================
  44. spring.redis.database=1
  45. spring.redis.host=127.0.0.1
  46. spring.redis.password=yy2024
  47. spring.redis.port=6379
  48. # 连接超时时间 单位 ms(毫秒)
  49. spring.redis.timeout=3000