12 lines
297 B
JSON
12 lines
297 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"BlazorApp1Context": "server=localhost;username=postgres;database=BlazorApp1Context-36c0cffe-c601-46ea-aa59-9f8fb9077743"
|
|
}
|
|
} |