21 lines
532 B
Plaintext
21 lines
532 B
Plaintext
# File di configurazione per le credenziali del database MySQL
|
|
# Rinominare questo file in .secret e inserire le credenziali reali
|
|
|
|
DB_HOST=localhost
|
|
DB_NAME=nome_database
|
|
DB_USER=utente_mysql
|
|
DB_PASS=password_mysql
|
|
|
|
# Gotify
|
|
GOTIFY_URL="https://alert.qwince.com/message"
|
|
GOTIFY_TOKEN="ABnq7pJSSPrFRjx"
|
|
|
|
# Retention (numero di giorni di conservazione backup)
|
|
RETENTION_DAYS=7
|
|
|
|
# Trasferimento remoto via rsync/scp
|
|
REMOTE_HOST="nas.qwince.com"
|
|
REMOTE_USER="fpicone"
|
|
REMOTE_PASS="C3llul4r3@22"
|
|
REMOTE_PATH="/volume2/CloudpanelBackup"
|