feature/boton-avisos
This commit is contained in:
11
.env.example
11
.env.example
@@ -7,7 +7,7 @@ PANEL_MSSQL_PASSWORD=Clave.2025
|
||||
|
||||
# PostgreSQL - Usuarios del panel + catálogo ControlDesk (tablas a24c.* las crea otra app)
|
||||
DB_POSTGRES_HOST=localhost
|
||||
DB_POSTGRES_PORT=5432
|
||||
DB_POSTGRES_PORT=5434
|
||||
DB_POSTGRES_USER=postgres
|
||||
DB_POSTGRES_PASS=Control.
|
||||
DB_POSTGRES_DB=CONTROLDESK
|
||||
@@ -17,3 +17,12 @@ JWT_SECRET=change-this-secret-in-production-please-use-a-long-random-string
|
||||
|
||||
# Ruta de backups
|
||||
BACKUP_PATH=D:/BackupSFTP/
|
||||
|
||||
# SMTP para envío de avisos de alertas críticas
|
||||
# Si SMTP_HOST está vacío los botones "Enviar avisos" no hacen nada (sin error).
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_FROM=
|
||||
SMTP_USE_TLS=true
|
||||
|
||||
Reference in New Issue
Block a user