14 lines
307 B
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": "*"
|
|
}
|