generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appsettings.json
35 lines (35 loc) · 1.23 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
{
"urls": "http://localhost:65375",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
},
"KenticoEventLog": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore.Server.Kestrel": "None"
}
}
},
"ConnectionStrings": {
"CMSConnectionString": "Data Source=localhost\\SQLEXPRESS;Initial Catalog=Kentico13_DancingGoat;Persist Security Info=False;Connect Timeout=10;Encrypt=False;Current Language=English;Trusted_Connection=True;"
},
"AllowedHosts": "*",
"CMSHashStringSalt": "24d47af6-3373-4e1f-8050-f63b10e2e3d4",
"CMSImageExtensions": "bmp;gif;ico;png;wmf;jpg;jpeg;tiff;tif;webp",
"CMSGetFileDispositionInlineExtensions": "pdf;swf;webp",
"DancingGoatAdminUrl": "http://localhost/",
"CMSCIRepositoryPath": "C:\\work\\webs\\Kentico13_DancingGoat\\CMS\\App_Data\\CIRepository",
"CMSStoreApi": {
"Jwt": {
"Key": "YourSecretKeyForAuthenticationOfApplicationMustBeAtLeast64CharsLong",
"Issuer": "yourCompanyIssuer.com",
"Audience": "XbyK-DancingGoat",
"TokenExpiresIn": 60
},
"ClientId": "YourUniqueClientIdentifier",
"ClientSecret": "********************"
}
}