mirror of
https://github.com/status-im/gitter-bridge.git
synced 2025-02-23 05:28:09 +00:00
8 lines
227 B
JavaScript
8 lines
227 B
JavaScript
|
module.exports = {
|
||
|
'token': process.env.GITTER_TOKEN,
|
||
|
"gitterRoom": "status-im/gitter-bridge",
|
||
|
"statusRoom": "#gitter-bridge",
|
||
|
"statusProvider": "ws://localhost:8546",
|
||
|
"statusPrivateKey": process.env.STATUS_PRIVKEY
|
||
|
}
|