likeopera-backend/cfg.json.example

31 lines
609 B
Plaintext

{
"login": "",
"password": "",
"pg": {
"user": "",
"database": "",
"password": "",
"port": 5432,
"max": 10,
"idleTimeoutMillis": 30000
},
"accounts": [ {
"email": "",
"name": "",
"imap": {
"user": "",
"password": "",
"host": "",
"port": 143,
"tls": false
},
"folders": {
"received": "INBOX",
"trash": "TRASH",
"sent": "Sent",
"drafts": "Drafts",
"spam": "SPAM"
}
} ]
}