Visitenbuch/.env.test
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

8 lines
370 B
Text

# Environment variables for E2E testing
DATABASE_URL=postgresql://postgres:1234@localhost:5432/test?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