12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"EventsSqlConnection": "Server=(localdb)\\mssqllocaldb;Database=Events;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|