28 lines
479 B
JSON
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"
|
|
}
|
|
} |