AlfaPrentice/dotnet/AlfaPrentice/appsettings.json
2020-12-18 13:00:15 +01:00

18 lines
398 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"AlfaPrentice": "Server=localhost;User Id=root; Database=AlfaPrentice"
},
"emailsmtp": "mail.incapabel.com",
"emailusername": "info@incapabel.com",
"emailpassword": "@Alfa2019",
"AllowedHosts": "*"
}