Commit 21636801aa4eb61a3980cc8be2c95781a61f1053

Authored by 陆恒
1 parent cae277a2

提交

.gitignore
1 1 *.txt
2 2 .idea/
3   -log/
4 3 \ No newline at end of file
  4 +log/
  5 +*.xml
5 6 \ No newline at end of file
... ...
serveraddr/server 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +Redis
  2 +内网链接:r-2zeyy6flvbtkn75001.redis.rds.aliyuncs.com
  3 +密码:yx9CqMakgau65Z8V
  4 +端口:6379
  5 +
  6 +
  7 +服务器
  8 +公网IP:39.96.43.217
  9 +内网IP:172.17.178.29
  10 +用户名:root
0 11 \ No newline at end of file
... ...
serveraddr/world.xml_example 0 → 100644
... ... @@ -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
... ...