9 lines
455 B
Text
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
|