{ "mailListener": { "issueNumberParser": "\\b(?<=#)\\d+\\b", "imapSimpleConfig": { "imap": { "user": "", "password": "", "host": "", "port": 143, // tls: true, "autotls": "always", "authTimeout": 5000 } }, "updateInterval": 180000, // 3 min "boxName": "INBOX" }, "rssListener": { "subscriptions": [ { "url": "", "issueNumberParser": "\\b(?<=#)\\d+\\b" } ], "updateInterval": 600000 // 10 min }, "issueChangesQueue": { "updateInterval": 5000, // 5 sec "itemsLimit": 3 }, "redmineUrlPrefix": "", "redmineUrlPublic": "", "webhooks": [ { "url": "", "apiKeyName": "", "apiKeyValue": "" } ], // optional: "couchDb": { "url": "", "dbs": { "users": "", "issues": "", "dashboards": "" } } }