added run file
This commit is contained in:
parent
2f2b1e0732
commit
8c29bae14a
|
@ -1,12 +1,12 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'gitter': {
|
'gitter': {
|
||||||
'token': process.env.GITTER_TOKEN,
|
'token': process.env.GITTER_TOKEN,
|
||||||
"room": "embark-framework/embark-dev",
|
"room": "status-im/gitter-bridge",
|
||||||
},
|
},
|
||||||
'status': {
|
'status': {
|
||||||
"provider": "ws://localhost:8546",
|
"provider": "ws://localhost:8546",
|
||||||
"privateKey": process.env.STATUS_PRIVKEY,
|
"privateKey": process.env.STATUS_PRIVKEY,
|
||||||
"room": "#status-embark",
|
"room": "#gitter-bridge",
|
||||||
"replace": /^embarkbot_gitlab@gitter/
|
"replace": /^embarkbot_gitlab@gitter/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue