gitter-bridge/config.js

13 lines
293 B
JavaScript
Raw Normal View History

2019-04-08 19:32:22 +00:00
module.exports = {
2019-04-09 13:13:09 +00:00
'gitter': {
'token': process.env.GITTER_TOKEN,
2019-04-09 13:15:49 +00:00
"room": "status-im/gitter-bridge",
2019-04-09 13:13:09 +00:00
},
'status': {
"provider": "ws://localhost:8546",
"privateKey": process.env.STATUS_PRIVKEY,
2019-04-09 13:15:49 +00:00
"room": "#gitter-bridge",
2019-04-09 13:13:09 +00:00
"replace": /^embarkbot_gitlab@gitter/
}
2019-04-08 19:32:22 +00:00
}