Add connection string and attempt to transform it

This commit is contained in:
Robert Marshall 2019-08-26 10:39:30 +01:00
parent 82128bb005
commit c572c0c913
2 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,9 @@
"Default": "Warning"
}
},
"ConnectionStrings": {
"database": "<DatabaseConnectionString>"
},
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {