first commit
This commit is contained in:
@@ -1,17 +1,22 @@
|
||||
# Variables de Entorno para Producción - Dockploy
|
||||
# Producción - CAMBIAR TODOS ESTOS VALORES
|
||||
POSTGRES_DB=syntria_db
|
||||
POSTGRES_USER=syntria_user
|
||||
POSTGRES_PASSWORD=syntria_db
|
||||
|
||||
# Database
|
||||
POSTGRES_DB=checklist_db
|
||||
POSTGRES_USER=checklist_user
|
||||
POSTGRES_PASSWORD=CAMBIAR-PASSWORD-SUPER-SEGURA-AQUI
|
||||
# Secret key para JWT (mínimo 32 caracteres)
|
||||
SECRET_KEY=CHANGE_THIS_TO_RANDOM_STRING_MIN_32_CHARS_PRODUCTION
|
||||
|
||||
# Backend
|
||||
SECRET_KEY=CAMBIAR-CLAVE-SECRETA-MINIMO-32-CARACTERES-SUPER-SEGURA
|
||||
OPENAI_API_KEY=tu-openai-api-key-aqui
|
||||
# OpenAI API Key (opcional, para IA)
|
||||
OPENAI_API_KEY=
|
||||
|
||||
# Docker Hub username
|
||||
DOCKER_USERNAME=dymai
|
||||
|
||||
# API URL para el frontend
|
||||
API_URL=http://your-domain.com:8000
|
||||
|
||||
# Orígenes permitidos (CORS)
|
||||
ALLOWED_ORIGINS=http://your-domain.com,https://your-domain.com
|
||||
|
||||
# Environment
|
||||
ENVIRONMENT=production
|
||||
|
||||
# CORS - URL del FRONTEND (de donde vienen las peticiones)
|
||||
ALLOWED_ORIGINS=http://checklist-frontend-n5eten-9cb24a-72-61-106-199.traefik.me
|
||||
|
||||
# Frontend - Vacío para usar URL relativa con proxy de Nginx
|
||||
VITE_API_URL=
|
||||
|
||||
Reference in New Issue
Block a user