Files
deepsouthsounds/dss-api/appsettings.json
Fergal Moran 82d17d979d Initial
2020-07-27 03:22:43 +01:00

14 lines
382 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=deepsouthsounds;Username=deepsouthsounds;Password=deepsouthsounds"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}