Files
SMTP-to-Pushover/config/default.json
Joris Bertomeu 5c6da90f98 first
2025-08-19 16:34:19 +02:00

28 lines
479 B
JSON

{
"server": {
"port": 3000,
"sessionSecret": "localMailNotifierSecret"
},
"smtp": {
"port": 2525,
"host": "0.0.0.0",
"secure": false,
"authOptional": true,
"authRequired": false
},
"pushover": {
"user": "",
"token": "",
"title": "Mail Notifier",
"sound": "pushover",
"priority": 0
},
"admin": {
"username": "admin",
"password": "admin",
"enableAuth": true
},
"db": {
"path": "./data/db.json"
}
}