Nuevas funcionalidades y correcciones

This commit is contained in:
2026-02-23 10:54:39 -06:00
parent 3b320d7381
commit f15d40f697
8 changed files with 53 additions and 15 deletions

View File

@@ -29,10 +29,10 @@ CORE_DB_PASSWORD=postgres
# ----- Frontend -----
NODE_ENV=development
VITE_API_URL=http://localhost:8000/api
VITE_API_URL=http://localhost:8001/api
INTERNAL_API_URL=http://backend:8000/api
VITE_KEYCLOAK_REALM=master
VITE_KEYCLOAK_URL=http://localhost:8080
VITE_KEYCLOAK_URL=http://localhost:8081
VITE_KEYCLOAK_CLIENT_ID=anexo76-frontend
# ----- Sitar API -----