CodeLiturgy.Dashboard/BlueWest.Api/appsettings.json

14 lines
303 B
JSON
Raw Normal View History

2021-12-06 02:49:27 +03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2022-08-04 03:59:04 +03:00
"AllowedHosts": "*",
"ConnectionStrings": {
"LocalMySQL": "server=127.0.0.1;user=blueuser;password=JwuWxhWxhh$X1;database=bluedb;"
}
2021-12-06 02:49:27 +03:00
}