Merge pull request 'Add TEST_DATABASE_URL to configuration settings' (#251) from ci-cd/migrations into development

Reviewed-on: ADUANASOFT/anexo76#251
This commit is contained in:
2026-03-24 20:36:11 +00:00

View File

@@ -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"