11 lines
447 B
Bash
11 lines
447 B
Bash
# 8082, non 8081: la porta 8081 è quella su cui il Keycloak del
|
|
# docker-compose alla radice del progetto è esposto sull'host.
|
|
PORT=8082
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/scouthub_home?schema=public
|
|
FRONTEND_BASE_URL=http://localhost:4200
|
|
|
|
KEYCLOAK_BASE_URL=http://localhost:8081
|
|
KEYCLOAK_REALM=scouthub
|
|
KEYCLOAK_ORG_SERVICE_CLIENT_ID=scouthub-home-be
|
|
KEYCLOAK_ORG_SERVICE_CLIENT_SECRET=CAMBIA-QUESTO-SECRET-IN-UN-VAULT
|