Files
2026-07-25 11:59:25 +02:00

12 lines
483 B
Bash

PORT=8003
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/scouthub_eventi?schema=public
KEYCLOAK_BASE_URL=http://localhost:6999
KEYCLOAK_REALM=scouthub
KEYCLOAK_EVENTI_CLIENT_ID=scouthub-eventi-be
KEYCLOAK_EVENTI_CLIENT_SECRET=CAMBIA-QUESTO-SECRET-IN-UN-VAULT
# client_id (claim "azp") dei client di servizio autorizzati a chiamare le route
# machine-to-machine (es. POST /eventi/:id/risorse), separati da virgola.
KEYCLOAK_AUTHORIZED_SERVICE_CLIENTS=scouthub-eventi-be