feat: bypass administrador en memoria para desarrollo
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user