Visitenbuch/example.env
ThetaDev 0d1421285f
All checks were successful
Visitenbuch CI / test (push) Successful in 1m24s
test: make test db URL configurable
2024-05-12 22:38:58 +02:00

6 lines
299 B
Bash

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=https://example.com/realms/master