Add connection string and attempt to transform it
This commit is contained in:
parent
82128bb005
commit
c572c0c913
2 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"database": "<DatabaseConnectionString>"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
"EndPoints": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue