feat: bypass administrador en memoria para desarrollo

This commit is contained in:
2026-08-10 03:24:43 +00:00
parent 091bbc0e95
commit bb9bac0aac
15 changed files with 268 additions and 4021 deletions
+8
View File
@@ -7,3 +7,11 @@ GEMINI_API_KEY="MY_GEMINI_API_KEY"
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
# Used for self-referential links, OAuth callbacks, and API endpoints.
APP_URL="MY_APP_URL"
# MongoDB Configuration
MONGODB_URI="mongodb://127.0.0.1:27017"
DB_NAME="hospital"
# Default Admin Credentials (Optional, defaults will be used if not set)
ADMIN_DNI="12345678"
ADMIN_PASSWORD="admin123"