generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appsettings.json
29 lines (29 loc) · 939 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
{
"urls": "https://localhost:14066",
"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=XByK_DancingGoat_K13Ecommerce;Persist Security Info=False;Connect Timeout=10;Encrypt=False;Current Language=English;Trusted_Connection=True;"
},
"AllowedHosts": "*",
"CMSHashStringSalt": "9f38667d-c99f-43bb-9a92-043ce36ecb5d",
"CMSKenticoStoreConfig": {
"StoreApiUrl": "http://localhost:65375",
"ClientId": "YourUniqueClientIdentifier",
"ClientSecret": "********************",
"ProductSyncEnabled": true,
"StandaloneProductSync": true,
"ProductSyncInterval": 10
}
}