fix: Add fallback values for Keycloak environment variables to fix Docker build #7
Reference in New Issue
Block a user
Delete Branch "epic/admin_rework_second_try"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The build was failing because KEYCLOAK_ISSUER and KEYCLOAK_CLIENT_ID
were undefined during the static generation phase. Added default values
that match the development configuration.