-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathappsettings.json
More file actions
54 lines (54 loc) · 1.33 KB
/
appsettings.json
File metadata and controls
54 lines (54 loc) · 1.33 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
{
"ConfigVersion": "12.0",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"BlogName": "Blogname",
"BlogBrandUrl": null,
"Social": {
"GithubAccountUrl": "",
"LinkedInAccountUrl": "",
"TwitterAccountUrl": "",
"YoutubeAccountUrl": "",
"BlueSkyHandle": ""
},
"Introduction": {
"Description": "A small introduction to your **blog**. Can be in markdown",
"BackgroundUrl": "assets/profile-background.webp",
"ProfilePictureUrl": "assets/profile-picture.webp"
},
"PersistenceProvider": "Sqlite",
"ConnectionString": "DataSource=file::memory:?cache=shared",
"DatabaseName": "",
"Authentication": {
"Provider": "Auth0",
"Domain": "",
"ClientId": "",
"ClientSecret": ""
},
"BlogPostsPerPage": 10,
"FirstPageCacheDurationInMinutes": 10,
"ProfileInformation": {
"Name": "Steven Giesel",
"Heading": "Software Engineer",
"ProfilePictureUrl": "assets/profile-picture.webp"
},
"ImageStorageProvider": "<Provider>",
"ImageStorage": {
"AuthenticationMode": "Default",
"ConnectionString": "",
"ServiceUrl": "",
"ContainerName": "",
"CdnEndpoint": ""
},
"ShowReadingIndicator": true,
"ShowSimilarPosts": true,
"ShowBuildInformation": true,
"UseMultiAuthorMode": false,
"EnableTagDiscoveryPanel": true
}