Cambio en el .env y docker compose

This commit is contained in:
Mireya Cueto Garrido
2026-05-13 13:48:42 +02:00
parent ebc3631cfd
commit abc620838c
4 changed files with 112 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
APP_NAME=GenExamenes IA
ENVIRONMENT=local
API_KEY=change-me-in-production
DATABASE_URL=postgresql+psycopg://genexamenes:genexamenes@db:5432/genexamenes
ALLOWED_ORIGINS=http://localhost:3000
RATE_LIMIT_REQUESTS=60
RATE_LIMIT_WINDOW_SECONDS=60
MAX_REQUEST_BYTES=1048576
# OpenAI-compatible chat completions endpoint.
LLM_API_KEY=
LLM_BASE_URL=https://api.openai.com/v1
LLM_MODEL=gpt-4o-mini
LLM_TIMEOUT_SECONDS=60