added run file

This commit is contained in:
Richard Ramos 2019-04-09 09:15:49 -04:00
parent 2f2b1e0732
commit 8c29bae14a
2 changed files with 12 additions and 2 deletions

View File

@ -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/
} }
} }

10
start.sh Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env sh
export GITTER_TOKEN=
export STATUS_PRIVKEY=
killall geth
geth --testnet --ws --wsport=8546 --wsaddr=localhost --wsorigins=* --shh --wsapi=web3,net,shh --syncmode=light &
npm start