Fix db, keyclaok .env.example e docker compose
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
PORT=8080
|
||||
CORS_ORIGIN=http://localhost:4200
|
||||
PORT=8001
|
||||
CORS_ORIGIN=http://localhost:7001
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/scouthub?schema=public
|
||||
|
||||
# Keycloak (realm condiviso con scouthub-home-be/-fe, vedi keycloak/realm-export.json
|
||||
# alla radice del monorepo): usato solo per verificare i token, nessun client
|
||||
# id/secret necessario qui.
|
||||
KEYCLOAK_BASE_URL=http://localhost:8081
|
||||
KEYCLOAK_BASE_URL=http://localhost:6999
|
||||
KEYCLOAK_REALM=scouthub
|
||||
|
||||
# Database dedicato ai test automatici (Jest): tenuto separato dal DB di sviluppo
|
||||
|
||||
Reference in New Issue
Block a user