Visitenbuch/.env.example
ThetaDev f01fb6f191
All checks were successful
Visitenbuch CI / test (push) Successful in 1m24s
Visitenbuch CI / release (push) Has been skipped
test: fix environment files
2024-05-13 13:01:00 +02:00

9 lines
455 B
Text

# Environment variables to configure the application
# Copy this file to .env and edit the configuration if necessary
DATABASE_URL=postgresql://postgres:1234@localhost:5432/visitenbuch?schema=public
AUTH_SECRET=ptfg+yUj3mQfdPh+5d1ooIkiB7KLO6J2q3jiBhILzE/eabiL # generate with openssl rand -base64 36
KEYCLOAK_CLIENT_ID=visitenbuch
KEYCLOAK_CLIENT_SECRET=supersecret
KEYCLOAK_ISSUER=http://localhost:9090
KEYCLOAK_LOGOUT=http://localhost:9090/session/end