first
This commit is contained in:
28
config/default.json
Normal file
28
config/default.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user