-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathserverConfig.example.json
More file actions
55 lines (43 loc) · 1.08 KB
/
serverConfig.example.json
File metadata and controls
55 lines (43 loc) · 1.08 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
{
"sitenotice": "",
"default_skin": "liberty",
"embed_image": "",
"namespaces": [],
"hidden_namespaces": [],
"protected_namespaces": [],
"max_file_size": 10,
"document_maximum_length": 1000000,
"read_only": false,
"can_withdraw": true,
"withdraw_last_activity_hours": 24,
"withdraw_save_days": 0,
"grant_permissions": [],
"disable_signup": false,
"email_whitelist": [],
"use_email_verification": false,
"name_blacklist": ["admin", "developer"],
"verify_enabled": false,
"verify_countries_ip_match": true,
"verify_countries": [],
"verify_countries_whitelist": true,
"verify_change_cooldown_days": 1,
"auto_verified_member": {
"check_days": 7,
"delay_hours": 3,
"no_block_days": 7,
"edit_count": 80,
"comment_count": 50
},
"external_link_icons": {
"파일:홈페이지 아이콘.svg": ""
},
"edit_help_document": "",
"upload_help_document": "",
"file_default_license": "",
"file_top_license": ["제한적 이용"],
"aclgroup_order": [],
"content_security_policy": {
"frameSrc": [],
"connectSrc": []
}
}