소스 검색

新增测试服环境配置

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==