adding initial project and solution files
This commit is contained in:
10
src/Web/appsettings.json
Normal file
10
src/Web/appsettings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"ConnectionString": "Server=(localdb)\\ProjectsV13;Integrated Security=true;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;",
|
||||
"CatalogBaseUrl": "http://localhost:5106",
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user