Delete backend/.env

This commit is contained in:
Mireya Cueto Garrido
2026-05-13 13:56:26 +02:00
parent abc620838c
commit eca398d892
-14
View File
@@ -1,14 +0,0 @@
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=300
RATE_LIMIT_WINDOW_SECONDS=300
MAX_REQUEST_BYTES=1048576
# OpenAI-compatible chat completions endpoint.
LLM_API_KEY=
LLM_BASE_URL=/api/chat
LLM_MODEL=qwen3.5:35b
LLM_TIMEOUT_SECONDS=250