Files
marechai/Marechai/appsettings.json
2020-05-21 16:52:20 +01:00

13 lines
344 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=3306;user=marechai;password=marechaipass;database=marechai;TreatTinyAsBoolean=false"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}