|
@@ -0,0 +1,107 @@
|
|
1
|
+appname = SCRM
|
|
2
|
+httpport = 9534
|
|
3
|
+runmode = dev
|
|
4
|
+
|
|
5
|
+copyrequestbody = true
|
|
6
|
+sessionon = true
|
|
7
|
+sessiongcmaxlifetime = 64800
|
|
8
|
+
|
|
9
|
+tokencookiemaxlifetime = 7200
|
|
10
|
+
|
|
11
|
+enablexsrf = false
|
|
12
|
+xsrfkey = 61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o
|
|
13
|
+xsrfexpire = 3600
|
|
14
|
+
|
|
15
|
+qiniu_accesskey = -l_Pcc1YJs0gh3w0YwN2uoaZO_5fY5J9SIYnSjg0
|
|
16
|
+qiniu_secretkey = DmZSp_Bmnp-9aUB7xUvoyViZpzmx1Rs2RL69GvlW
|
|
17
|
+qiniu_domain = https://images.shengws.com/
|
|
18
|
+qiniu_bucket = syhclub-storage
|
|
19
|
+
|
|
20
|
+aes_key = "shengws201804238"
|
|
21
|
+
|
|
22
|
+wxtoken = gh_ac6cd0cdde3d
|
|
23
|
+wxoriId = gh_ac6cd0cdde3d
|
|
24
|
+wxappId = wxbb9223f20bc11612
|
|
25
|
+# wxappsecret = a78c793c377268db25dde2eb971a2ebb
|
|
26
|
+# wxEncodingAESKey = 1vRDzqltXYOc9iMqhsQT7AkIRRpUaGl8MZlUcP7x4UK
|
|
27
|
+
|
|
28
|
+sms_appId = dcabb3aa7afd402794046ebbbf652bce
|
|
29
|
+sms_sid = a26cb0ceb3a811ca82143972f4ef38a4
|
|
30
|
+sms_token = ea475ed8d3de6c54c2b3f9d78db76d1e
|
|
31
|
+sms_baseUrl = https://open.ucpaas.com/ol/sms/
|
|
32
|
+ip_max_send_count = 20
|
|
33
|
+moblie_max_send_count = 5
|
|
34
|
+sms_verification_code_templateid = 329532
|
|
35
|
+
|
|
36
|
+appid = "wx43ad410d9eef426e"
|
|
37
|
+mchid = "1509573721"
|
|
38
|
+key = "e4SHrkiZu0pQEwVoGBapDBTf9N1Q6MxV"
|
|
39
|
+appsecret="61ee2e6268497d5aa9de0b0187c39aea"
|
|
40
|
+
|
|
41
|
+[prod]
|
|
42
|
+httpdomain = http://api.xt.kuyicloud.com
|
|
43
|
+sso_domain = http://sso.kuyicloud.com
|
|
44
|
+front_end_domain = "http://xt.kuyicloud.com/#"
|
|
45
|
+
|
|
46
|
+readmysqlhost = shengws1.mysql.rds.aliyuncs.com
|
|
47
|
+readmysqlport = 3306
|
|
48
|
+readmysqluser = syh
|
|
49
|
+readmysqlpass = xhPECP2nFObR8aUK
|
|
50
|
+readmysqlname = sgj_xt
|
|
51
|
+
|
|
52
|
+writemysqlhost = shengws1.mysql.rds.aliyuncs.com
|
|
53
|
+writemysqlport = 3306
|
|
54
|
+writemysqluser = syh
|
|
55
|
+writemysqlpass = xhPECP2nFObR8aUK
|
|
56
|
+writemysqlname = sgj_xt
|
|
57
|
+
|
|
58
|
+readuserhost = shengws1.mysql.rds.aliyuncs.com
|
|
59
|
+readuserport = 3306
|
|
60
|
+readuseruser = syh
|
|
61
|
+readuserpass = xhPECP2nFObR8aUK
|
|
62
|
+readusername = sgj_users
|
|
63
|
+
|
|
64
|
+writeuserhost = shengws1.mysql.rds.aliyuncs.com
|
|
65
|
+writeuserport = 3306
|
|
66
|
+writeuseruser = syh
|
|
67
|
+writeuserpass = xhPECP2nFObR8aUK
|
|
68
|
+writeusername = sgj_users
|
|
69
|
+
|
|
70
|
+redishost = 349e580b2a524290.redis.rds.aliyuncs.com
|
|
71
|
+redisport = 6379
|
|
72
|
+redispasswrod = TZtBW098WId3i27clkpj3q8dnUaVFP
|
|
73
|
+redisdb = 0
|
|
74
|
+
|
|
75
|
+[dev]
|
|
76
|
+httpdomain = http://api.xt.test.sgjyun.com
|
|
77
|
+sso_domain = http://testsso.sgjyun.com
|
|
78
|
+front_end_domain = "http://xt.test.sgjyun.com/#"
|
|
79
|
+
|
|
80
|
+readmysqlhost = rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com
|
|
81
|
+readmysqlport = 3306
|
|
82
|
+readmysqluser = root
|
|
83
|
+readmysqlpass = 1Q2W3e4r!@#$
|
|
84
|
+readmysqlname = sgj_xt
|
|
85
|
+
|
|
86
|
+writemysqlhost = rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com
|
|
87
|
+writemysqlport = 3306
|
|
88
|
+writemysqluser = root
|
|
89
|
+writemysqlpass = 1Q2W3e4r!@#$
|
|
90
|
+writemysqlname = sgj_xt
|
|
91
|
+
|
|
92
|
+readuserhost = rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com
|
|
93
|
+readuserport = 3306
|
|
94
|
+readuseruser = root
|
|
95
|
+readuserpass = 1Q2W3e4r!@#$
|
|
96
|
+readusername = sgj_users
|
|
97
|
+
|
|
98
|
+writeuserhost = rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com
|
|
99
|
+writeuserport = 3306
|
|
100
|
+writeuseruser = root
|
|
101
|
+writeuserpass = 1Q2W3e4r!@#$
|
|
102
|
+writeusername = sgj_users
|
|
103
|
+
|
|
104
|
+redishost = 120.77.235.13
|
|
105
|
+redisport = 6379
|
|
106
|
+redispasswrod = syh@#$%123456!
|
|
107
|
+redisdb = 0
|