-
Notifications
You must be signed in to change notification settings - Fork 30
/
appsettings.json
42 lines (42 loc) · 1.37 KB
/
appsettings.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
{
"Misc": {
"ExternalUrl": "https://your-external-url.com/",
"KirjaAllowedAttachmentMimeTypes": "image/*,audio/*,application/zip,application/x-zip-compressed,application/zip-compressed,application/x-7z-compressed,text/plain,text/comma-separated-values,application/msexcel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/pdf",
"KirjaVersionMergeTimeSpan": 15,
"KirjaMaxVersionCount": -1,
"TimelineMergeTimeSpan": 15,
"FirstTimeDeploymentPassword": "",
"UseGdpr": false,
"UseLegalNotice": false,
"CsvDelimiter": ";",
"ResourceLockTimespan": 2,
"DisableWikiExternalSharing": false,
"DisableAutoSaving": false,
"AllowScriptSettingsForAllFieldTypes": false,
"DisableItemInventory": false
},
"MongoDb": {
"ConnectionString": "mongodb://localhost:27017",
"DbName": "GoNorth"
},
"Email": {
"SmtpServer": "",
"SmtpPort": 25,
"SmtpUsername": "",
"SmtpPassword": "",
"SmtpFromName": "",
"SmtpUseSSL": true
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"LegalNotice": {
"ContactPerson": "",
"ContactStreet": "",
"ContactCity": "",
"RepresentedByPerson": "",
"ContactEmail": ""
}
}