diff --git a/backend/core/config.py b/backend/core/config.py index 495600f8..eaabdb82 100644 --- a/backend/core/config.py +++ b/backend/core/config.py @@ -27,6 +27,8 @@ class Settings(BaseSettings): CORE_DB_USER: str = "postgres" CORE_DB_PASSWORD: str = "postgres" + TEST_DATABASE_URL: str = "postgresql://postgres:postgres@localhost:5432/anexo76_core" + # Keycloak KEYCLOAK_SERVER_URL: str = "http://localhost:8080/kcauth" KEYCLOAK_REALM: str = "master"