Files
work-club-manager/backend/WorkClub.Api/appsettings.Development.json

16 lines
359 B
JSON
Raw Permalink Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=workclub;Username=app;Password=apppass"
},
"Keycloak": {
"Authority": "http://localhost:8080/realms/workclub",
"Audience": "workclub-api"
}
}