site.php
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php
return array (
'name' => '五者水库',
'beian' => '',
'cdnurl' => '',
'version' => '1.0.1',
'timezone' => 'Asia/Shanghai',
'forbiddenip' => '',
'languages' =>
array (
'backend' => 'zh-cn',
'frontend' => 'zh-cn',
),
'fixedpage' => 'general/profile',
'categorytype' =>
array (
'default' => '默认',
'page' => '单页',
'article' => '文章',
'test' => 'Test',
),
'configgroup' =>
array (
'basic' => '基础配置',
'email' => '邮件配置',
'dictionary' => '字典配置',
'user' => '会员配置',
'getui' => '巡检APPunipush个推配置',
'jg_getui' => '监管APPunipush个推配置',
'tecentim' => '腾讯云即时通讯IM配置',
'alibaba_call' => '阿里云语音服务配置',
),
'mail_type' => '1',
'mail_smtp_host' => 'smtp.qq.com',
'mail_smtp_port' => '465',
'mail_smtp_user' => '10000',
'mail_smtp_pass' => 'password',
'mail_verify_type' => '2',
'mail_from' => '10000@qq.com',
'attachmentcategory' =>
array (
'category1' => '分类一',
'category2' => '分类二',
'custom' => '自定义',
),
'gt_url' => 'https://restapi.getui.com',
'gt_AppID' => 'lrtKn0Nrw69fiMt2H3knd1',
'gt_AppKey' => 'hiLrw1w9qu7GP5VAwye3W1',
'gt_AppSecret' => 'SXiEIoMPzO8FVXE7r5TYu2',
'gt_MasterSecret' => 'Fk7CCX5xu78E6fTIJnk3T',
'tim_url' => 'https://console.tim.qq.com/',
'tim_sdkappid' => '1400645108',
'tim_key' => '249c08eef888876a00cd6fc9d6e10fa2a767802b959129494ce86f4db1ef106c',
'tim_userId' => 'administrator',
'call_accessKeyId' => 'LTAI5tGK5jxEFPkBXFcbfhYT',
'call_accessKeySecret' => 'I3aXm0wmi48zvrragZLbIjM6tDihu5',
'jg_gt_url' => 'https://restapi.getui.com',
'jg_gt_AppID' => 'lrtKn0Nrw69fiMt2H3knd1',
'jg_gt_AppKey' => 'hiLrw1w9qu7GP5VAwye3W1',
'jg_gt_AppSecret' => 'SXiEIoMPzO8FVXE7r5TYu2',
'jg_gt_MasterSecret' => 'Fk7CCX5xu78E6fTIJnk3T',
);