aaaaaperoback/BackEndAaaapero/appsettings.json

16 lines
385 B
JSON

{
"Secret" : "ThisIsMoreThanASecretKey",
"ConnectionStrings": {
"DefaultConnection": "Server= eu-cdbr-west-03.cleardb.net; Database=heroku_9056830531d4329; Uid=b43a17ed9b61f6; Pwd= 009d6ed2"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}