UTB.Eshop_2021/UTB.Eshop.Web/appsettings.json

14 lines
307 B
JSON

{
"ConnectionStrings": {
"MySqlConnectionString": "server=localhost;database=UTB.Eshop;user=root;password=rootroot"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}