{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=db;Database=postgres;User ID=admin;Password=admin;"
},
"Jwt": {
"Key": "HIDDEN_API_KEY"
},
"AllowedHosts": "*"
}
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=db;Database=postgres;User ID=admin;Password=admin;"
},
"Jwt": {
"Key": "HIDDEN_API_KEY"
},
"AllowedHosts": "*"
}