34 lines
862 B
Bash
34 lines
862 B
Bash
#Connexion base de données
|
|
DB_HOST=162.19.78.131
|
|
DB_USER=excel
|
|
DB_PASSWORD='%n#%3Lay1MPa$%kR^5@'
|
|
DB_NAME=Sondes
|
|
DB_PORT=3306
|
|
AUTH_USERS=[{"user":"Michel","pass":"210462"}]
|
|
|
|
# === Connexion SSH pour visualiseur_logs.py ===
|
|
SSH_HOST=162.19.78.131
|
|
SSH_PORT=22
|
|
SSH_USER=debian
|
|
SSH_KEY_PATH=/home/debian/.ssh/id_ed25519
|
|
SSH_KEY_PASSPHRASE='gaby'
|
|
SSH_LOG_DIR=/home/debian/Gestion_sondes/Logs
|
|
SSH_PASSWORD='lpZwixbBUFtGY'
|
|
SSH_FORCE_PASSWORD=1
|
|
|
|
# connexion OVH pour les SMS
|
|
OVH_APP_KEY=f725d07b2f98a195
|
|
OVH_APP_SECRET=5ca392a0a728e2395edd426bb1e11ad6
|
|
OVH_CONSUMER_KEY=305f2e8611e58b83930de84ee65c99f9
|
|
OVH_SMS_ACCOUNT=sms-jm164396-1
|
|
OVH_SMS_SENDER=DOMO91FR
|
|
SMS_RECIPIENT=+33759600180
|
|
OVH_ENDPOINT=ovh-eu
|
|
|
|
# paramètres mail
|
|
SMTP_HOST=ssl0.ovh.net
|
|
SMTP_PORT=465
|
|
SMTP_SECURITY=STARTTLS
|
|
SMTP_USER=services@domo91.fr
|
|
SMTP_PASS='VHq3278YA#sGV*bh#mR'
|
|
SMTP_FROM=robot@domo91.fr |