zhengchengwu 5 年之前
父節點
當前提交
2c5f3e64d7
共有 1 個文件被更改,包括 28 次插入28 次删除
  1. 28 28
      data/config.php

+ 28 - 28
data/config.php 查看文件

@@ -4,46 +4,46 @@ defined('IN_IA') or exit('Access Denied');
4 4
 $config = array();
5 5
 
6 6
 //dev
7
+$config['db']['master']['host'] = 'rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com';
8
+$config['db']['master']['username'] = 'root';
9
+$config['db']['master']['password'] = '1Q2W3e4r!@#$';
10
+$config['db']['master']['port'] = '3306';
11
+$config['db']['master']['database'] = 'renren_dev';
12
+$config['db']['master']['charset'] = 'utf8mb4';
13
+$config['db']['master']['pconnect'] = 0;
14
+$config['db']['master']['tablepre'] = 'ims_';
15
+
16
+$config['other_db']['sgj_user']['host'] = 'rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com';
17
+$config['other_db']['sgj_user']['username'] = 'root';
18
+$config['other_db']['sgj_user']['password'] = '1Q2W3e4r!@#$';
19
+$config['other_db']['sgj_user']['port'] = '3306';
20
+$config['other_db']['sgj_user']['database'] = 'sgj_users';
21
+$config['other_db']['sgj_user']['charset'] = 'utf8mb4';
22
+$config['other_db']['sgj_user']['pconnect'] = 0;
23
+$config['other_db']['sgj_user']['tablepre'] = '';
24
+
25
+$config['fxtokenkey'] = 'kN*5&AHqLP7&IGRKvHoElJm*2YY6Nw*QSScJ4ff&DH&ofGnbfQIks1A1NT9AbIDB';
26
+
27
+//prod
7 28
 // $config['db']['master']['host'] = 'shengws2015.mysql.rds.aliyuncs.com';
8
-// $config['db']['master']['username'] = 'ztw';
9
-// $config['db']['master']['password'] = 'ztw123456=';
29
+// $config['db']['master']['username'] = 'syh';
30
+// $config['db']['master']['password'] = 'xhPECP2nFObR8aUK';
10 31
 // $config['db']['master']['port'] = '3306';
11
-// $config['db']['master']['database'] = 'renren_dev';
32
+// $config['db']['master']['database'] = 'renren';
12 33
 // $config['db']['master']['charset'] = 'utf8mb4';
13 34
 // $config['db']['master']['pconnect'] = 0;
14 35
 // $config['db']['master']['tablepre'] = 'ims_';
15 36
 
16 37
 // $config['other_db']['sgj_user']['host'] = 'shengws2015.mysql.rds.aliyuncs.com';
17
-// $config['other_db']['sgj_user']['username'] = 'ztw';
18
-// $config['other_db']['sgj_user']['password'] = 'ztw123456=';
38
+// $config['other_db']['sgj_user']['username'] = 'syh';
39
+// $config['other_db']['sgj_user']['password'] = 'xhPECP2nFObR8aUK';
19 40
 // $config['other_db']['sgj_user']['port'] = '3306';
20
-// $config['other_db']['sgj_user']['database'] = 'sgj_users_dev';
41
+// $config['other_db']['sgj_user']['database'] = 'sgj_users';
21 42
 // $config['other_db']['sgj_user']['charset'] = 'utf8mb4';
22 43
 // $config['other_db']['sgj_user']['pconnect'] = 0;
23 44
 // $config['other_db']['sgj_user']['tablepre'] = '';
24 45
 
25
-// $config['fxtokenkey'] = 'kN*5&AHqLP7&IGRKvHoElJm*2YY6Nw*QSScJ4ff&DH&ofGnbfQIks1A1NT9AbIDB';
26
-
27
-//prod
28
-$config['db']['master']['host'] = 'shengws2015.mysql.rds.aliyuncs.com';
29
-$config['db']['master']['username'] = 'syh';
30
-$config['db']['master']['password'] = 'xhPECP2nFObR8aUK';
31
-$config['db']['master']['port'] = '3306';
32
-$config['db']['master']['database'] = 'renren';
33
-$config['db']['master']['charset'] = 'utf8mb4';
34
-$config['db']['master']['pconnect'] = 0;
35
-$config['db']['master']['tablepre'] = 'ims_';
36
-
37
-$config['other_db']['sgj_user']['host'] = 'shengws2015.mysql.rds.aliyuncs.com';
38
-$config['other_db']['sgj_user']['username'] = 'syh';
39
-$config['other_db']['sgj_user']['password'] = 'xhPECP2nFObR8aUK';
40
-$config['other_db']['sgj_user']['port'] = '3306';
41
-$config['other_db']['sgj_user']['database'] = 'sgj_users';
42
-$config['other_db']['sgj_user']['charset'] = 'utf8mb4';
43
-$config['other_db']['sgj_user']['pconnect'] = 0;
44
-$config['other_db']['sgj_user']['tablepre'] = '';
45
-
46
-$config['fxtokenkey'] = '8&o!5VSz^iWe*PzhDogC5%m*S$ZlyB3c%5R4CrWjTwJJSJdEbop6do@eFR*7deTY';
46
+// $config['fxtokenkey'] = '8&o!5VSz^iWe*PzhDogC5%m*S$ZlyB3c%5R4CrWjTwJJSJdEbop6do@eFR*7deTY';
47 47
 
48 48
 $config['db']['slave_status'] = false;
49 49
 $config['db']['slave']['1']['host'] = '';