changed socket target to initial host

This commit is contained in:
cubedro 2015-02-18 11:58:35 +02:00
parent e3210fc00b
commit 2ac4a0ddf8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8080",
"WS_SERVER" : "wss://eth-netstats-dev.herokuapp.com",
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
}
}
]