App settings connection string placeholder

This commit is contained in:
Robert Marshall 2020-04-11 13:04:07 +01:00
parent 5d554ea58d
commit e79aa4a78d

View file

@ -1,10 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"database": "<ConnectionString>"
}
}