CodeLiturgy.Dashboard/BlueWest.Api/appsettings.json

14 lines
296 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": {
2022-09-06 07:54:48 +03:00
"DockerMySQL": "server=db;user=blueuser;password=dXjw127124dJ;database=bluedb;"
2022-08-04 03:59:04 +03:00
}
2021-12-06 02:49:27 +03:00
}