Fix scouthub-home-be

This commit is contained in:
Lorenzo Sanesi
2026-07-25 12:09:12 +02:00
parent ac92ca43ce
commit 5b7c82d359
39 changed files with 2116 additions and 81 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
# 8082, non 8081: la porta 8081 è quella su cui il Keycloak del
# docker-compose alla radice del progetto è esposto sull'host.
PORT=8082
# 8000, non 6999: la porta 6999 e' quella su cui il Keycloak del
# docker-compose alla radice del progetto e' esposto sull'host.
PORT=8000
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/scouthub_home?schema=public
FRONTEND_BASE_URL=http://localhost:4200
FRONTEND_BASE_URL=http://localhost:7000
KEYCLOAK_BASE_URL=http://localhost:8081
KEYCLOAK_BASE_URL=http://localhost:6999
KEYCLOAK_REALM=scouthub
KEYCLOAK_ORG_SERVICE_CLIENT_ID=scouthub-home-be
KEYCLOAK_ORG_SERVICE_CLIENT_SECRET=CAMBIA-QUESTO-SECRET-IN-UN-VAULT