ソースを参照

新增测试服环境配置

neo 1 年間 前
コミット
78c8444cf5
共有4 個のファイルを変更した35 個の追加0 個の削除を含む
  1. 8 0
      conf/ali-test/app.conf_ali
  2. 8 0
      conf/ali-test/app.conf_ali_test
  3. 1 0
      conf/ali-test/cfg.conf
  4. 18 0
      conf/ali-test/cfg_test.conf

+ 8 - 0
conf/ali-test/app.conf_ali

@@ -0,0 +1,8 @@
1
+#
2
+# 订单
3
+#
4
+
5
+appname = box-3rdServer
6
+httpport = 7002
7
+runmode = product
8
+project = ali

+ 8 - 0
conf/ali-test/app.conf_ali_test

@@ -0,0 +1,8 @@
1
+#
2
+# 订单
3
+#
4
+
5
+appname = box-3rdServer
6
+httpport = 7344
7
+runmode = test
8
+project = ali-test

+ 1 - 0
conf/ali-test/cfg.conf

@@ -0,0 +1 @@
1
+[servers]

+ 18 - 0
conf/ali-test/cfg_test.conf

@@ -0,0 +1,18 @@
1
+[servers]
2
+
3
+[redis]
4
+count=1
5
+host_0=127.0.0.1
6
+port_0=6381
7
+auth_0=aGMtbmVvLWRldi0yMDIzMDQwNw==
8
+
9
+host_account=127.0.0.1
10
+port_account=6381
11
+auth_account=aGMtbmVvLWRldi0yMDIzMDQwNw==
12
+
13
+[mysql-game]
14
+host=127.0.0.1
15
+port=3306
16
+database=box
17
+user=test
18
+password=aGMtbmVvLWRldi0yMDIzMDQwNw==