forked from kingwrcy/moments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
34 lines (34 loc) · 780 Bytes
/
config.json
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
{
"public": {
"siteUrl": "",
"enableComment": true,
"enableShowComment": true,
"commentMaxLength": 120,
"memoMaxLine": 4,
"googleRecaptchaSiteKey": "",
"pageSize": 10,
"dateTimeFormat": "AGO",
"tencentMapKey": "abc",
"autoLoadMore": false
},
"private": {
"commentOrderBy": "desc",
"enableDouban": true,
"enableMusic163": true,
"enableVideo": true,
"googleRecaptchaSecretKey": "",
"googleRecaptchaEnable": false,
"enableNotifyByEmail": false,
"adminEmail": "",
"emailHost": "",
"emailPort": 587,
"emailSecure": true,
"emailLoginName": "",
"emailPassword": "",
"emailFrom": "",
"emailFromName": "",
"enableAliyunJudge": false,
"aliyunAk": "",
"aliyunSk": ""
}
}