forked from afterlogic/aurora-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpre-config.json
79 lines (79 loc) · 2.09 KB
/
pre-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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"system": {
"XFrameOptions": "SAMEORIGIN"
},
"modules": {
"Core": {
"SiteName": "Afterlogic Aurora Files",
"ProductName": "Afterlogic Aurora Files",
"AllowGroups": true
},
"CoreWebclient": {
"HeaderModulesOrder": ["files", "contacts"],
"DefaultAnonymScreenHash": "login",
"DefaultUserScreenHash": "files",
"ThemeList": ["Default", "DefaultDark", "DeepForest", "Funny", "Sand"]
},
"DropboxAuthWebclient": {
"Scopes": "auth"
},
"OAuthIntegratorWebclient": {
"AllowNewUsersRegister": false
},
"FilesWebclient": {
"ShowCommonSettings": true,
"ShowFilesApps": false,
"PublicLinksEnabled": false
},
"Dropbox": {
"Disabled": true
},
"DropboxFilestorage": {
"Disabled": true
},
"StandardLoginFormWebclient": {
"UseDropdownLanguagesView": true,
"BottomInfoHtmlText": "Powered by <a href=\"https:\/\/afterlogic.org\/aurora-files\" target=\"_blank\">Afterlogic Aurora Files</a>"
},
"StandardRegisterFormWebclient": {
"BottomInfoHtmlText": "Powered by <a href=\"https:\/\/afterlogic.org\/aurora-files\" target=\"_blank\">Afterlogic Aurora Files</a>"
},
"OverrideUserSettings": {
"Disabled": true
},
"Contacts": {
"ImportContactsLink": "https://afterlogic.com/docs/aurora-files/frequently-asked-questions/importing-contacts",
"AllowAddressBooksManagement": true,
"AllowEditTeamContactsByTenantAdmins": true
},
"S3Filestorage": {
"Disabled": true
},
"S3CorporateFilestorage": {
"Disabled": true
},
"OpenPgpFilesWebclient": {
"EnableSelfDestructingMessages": false,
"EnablePublicLinkLifetime": false
},
"MobileAppsWebclient": {
"ShowMailAndroidApp": false,
"ShowMailIosApp": false,
"ShowFilesServerUrlApp": false
},
"TwoFactorAuth": {
"Disabled": true,
"FacetIds": [
"android:apk-key-hash:fbENTvCSeR-AwJV5rrrBsb98p-jEw0c5SSOMul_KwaI",
"android:apk-key-hash:ruyLw8eJtT5fZ1ZusXSCHTp0yMZIlr6CVx5kq76ApiQ",
"android:apk-key-hash:aEdaWviMajF83fPsXVc1yaZVUy1OiKakbZqP62f5D48"
]
},
"OfficeDocumentEditor": {
"Disabled": true
},
"RocketChatWebclient": {
"Disabled": true
}
}
}