added default settings in processes.json

This commit is contained in:
cubedro 2015-02-27 00:02:01 +02:00
parent 5da92ecdae
commit 2464ed0ad0
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8080",
"WS_SERVER" : "",
"WS_SECRET" : "",
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
"WS_SECRET" : "eth-net-stats-has-a-secret",
}
}
]