CodeLiturgy.Dashboard/BlueWest.Api/xoxo/babe/appsettings.json

14 lines
303 B
JSON
Raw Normal View History

2022-08-13 08:34:20 +03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"LocalMySQL": "server=127.0.0.1;user=blueuser;password=JwuWxhWxhh$X1;database=bluedb;"
}
}