add db connection
This commit is contained in:
parent
083afac1d4
commit
87c37d2785
|
|
@ -8,4 +8,5 @@ obj
|
|||
*.db
|
||||
*appsettings.JSON
|
||||
wwwroot
|
||||
publish
|
||||
publish
|
||||
.idea/
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Server=eu-cdbr-west-03.cleardb.net; Database=heroku_bfe332e453d28d6; Uid=b096f4ec5002cd; Pwd=b9b96080"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Loading…
Reference in New Issue