6 lines
163 B
JSON
6 lines
163 B
JSON
{
|
|
"Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } },
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": { "Postgres": "" }
|
|
}
|