Add scouthub-eventi-be

This commit is contained in:
Lorenzo Sanesi
2026-07-25 11:59:25 +02:00
parent 9ceb05cda2
commit 7e0544c5ab
36 changed files with 7776 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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