forked from dotnet/machinelearning-samples
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathappsettings.json
More file actions
21 lines (20 loc) · 766 Bytes
/
appsettings.json
File metadata and controls
21 lines (20 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb; Database=eShopDashboard; Trusted_Connection=True; MultipleActiveResultSets=true"
},
"CatalogSettings": {
"AzurePicBasUrl": "",
"AzureStorageEnabled": false,
"LocalPicBaseUrl": "/api/catalog/items/{0}/pic/"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Information"
}
},
"CountryMLModelPath": "Forecast/ModelFiles/country_month_fastTreeTweedie.zip",
"ProductMLModelPath": "Forecast/ModelFiles/product_month_fastTreeTweedie.zip",
"TimeSeriesMLModelPathFmt": "Forecast/ModelFiles/product{productId}_month_timeSeriesSSA.zip",
"988TimeSeriesMLModelPath": "Forecast/ModelFiles/product988_month_timeSeriesSSA.zip"
}