-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappsettings.json
46 lines (46 loc) · 929 Bytes
/
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
43
44
45
46
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System": "Warning"
}
}
},
"ConnectionStrings": {
"umbracoDbDSN": "server=192.168.1.5;database=umbraco_v9_humble;user id=umbraco_v9_humble;password='umbraco_v9_humble'"
},
"Umbraco": {
"CMS": {
"Hosting": {
"Debug": false
},
"Global": {
"Id": "fde62b4f-6abd-43d5-b6e9-fd4e56734e26"
},
"ModelsBuilder": {
"ModelsMode": "SourceCodeAuto",
"ModelsDirectory": "~/Models",
"FlagOutOfDateModels": true
},
"Content": {
"ContentVersionCleanupPolicy": {
"EnableCleanup": true,
"KeepLatestVersionPerDayForDays": 90,
"KeepAllVersionsNewerThanDays": 7
}
}
}
},
"Humble": {
"Umbraco": {
"RazorBlockPreview": {
"Defaults": {
"Stylesheet": "/assets/block.min.css"
}
}
}
}
}