22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
# Conexión local a SQLite
|
|
#DATABASE_URL="file:./dev.db"
|
|
|
|
# POSTGRES SQL CONEXION
|
|
#:xDATABASE_URL="postgresql://flux_user:STRONG_PASSWORD@postgres:5432/flux_db?schema=public"
|
|
DATABASE_URL="postgresql://flux_user:dev_password@localhost:5432/flux_db?schema=public"
|
|
|
|
#FLUX SECRET Esto no se que hace
|
|
SESSION_SECRET="FLUX_SUPER_SECRET_KEY_2026_ARCHITECTURE"
|
|
|
|
# OPEN AI KEY
|
|
OPENAI_API_KEY=sk-proj-dsdsdsds-kaDAHhZXPYsK6-4uw0UWJZ0YuLnQfVoEA
|
|
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000 # En producción será https://www.rf-flux.com
|
|
|
|
#email Config
|
|
SMTP_HOST=smtp.gmail.com # (or smtp.office365.com, mail.fluxsrl.com, etc.)
|
|
SMTP_PORT=587 #(587 for TLS, 465 for SSL)
|
|
SMTP_USER=davidherran@dreamhousestudios.co
|
|
SMTP_PASS=syzybrtcidrkzehp #(Gmail: use App Password, not regular password)
|
|
SMTP_FROM=FLUX Operations <davidherran@dreamhousestudios.co>
|
|
SMTP_SECURE=false # (true for port 465, false for 587 with STARTTLS) |