17 lines
603 B
JSON
17 lines
603 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-MTG_CollectionVerwaltung-f47236e6-9fc1-4aaf-b766-2b1c7dee482f;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"MTGConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-MTG_CollectionVerwaltung-f47236e6-9fc1-4aaf-b766-2b1c7dee482f;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
"AdminUser": {
|
|
"Email": "wayan@hispeed.ch"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|