15 lines
372 B
Plaintext
15 lines
372 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"
|
|
|
|
# Upload HTTP endpoint
|
|
UPLOAD_URL="http://192.168.0.10:8080/upload"
|