11 lines
447 B
Bash
11 lines
447 B
Bash
# 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:7000
|
|
|
|
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
|