UNPKG

silvie

Version:

Typescript Back-end Framework

17 lines (13 loc) 217 B
module.exports = { enabled: false, host: 'example.com', port: '465', secure: true, rejectUnauthorized: false, accounts: { 'test@example.com': { username: 'test@example.com', password: '', }, }, };