matrix-bot/config.js

9 lines
174 B
JavaScript
Raw Permalink Normal View History

2021-06-30 16:13:00 +00:00
module.exports = {
nick: 'MatrixBot',
xmppService: 'xmpp://',
xmppUsername: '',
xmppPassword: '',
xmppRoom: '',
matrixServer: '',
matrixRoom: ''
}