Commit abe6b2abb8d8713415fc03cc3e4162d631de7e3d

Authored by 陆恒
0 parents
Exists in master

初始化提交

serveraddr/server 0 → 100644
  1 +++ a/serveraddr/server
... ... @@ -0,0 +1,2 @@
  1 +测试环境用域名 端口为52001 用8库
  2 +正式域名 端口为52001 用4库
0 3 \ No newline at end of file
... ...
serveraddr/world.xml_example 0 → 100644
  1 +++ a/serveraddr/world.xml_example
... ... @@ -0,0 +1,6 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Config>
  3 + <GameDB Ip="172.21.0.34" Port="3306" User="mini_game_db" Pwd="TXsql@VFhzcWxAV1Z" Database="cat_cafe" LoadInterval="5" />
  4 + <ServerHttpAddr Host=":50058" />
  5 + <Redis Host="172.21.0.25:6379" Db="6" Password="crs-lzslccdc:redis@YXp8Jk#MV" />
  6 +</Config>
0 7 \ No newline at end of file
... ...