added os in config

This commit is contained in:
Marian Oancea
2015-02-09 01:09:41 +02:00
parent 1fed5892e9
commit e5769c4b58
3 changed files with 16 additions and 4 deletions

View File

@@ -13,24 +13,28 @@ var nodes = [
{
name: 'instance 1',
type: 'C++',
os: 'linux',
rpcHost: '54.173.252.182',
rpcPort: '8080'
},
{
name: 'instance 2',
type: 'C++',
os: 'linux',
rpcHost: '54.209.133.248',
rpcPort: '8080'
},
{
name: 'instance 3',
type: 'C++',
os: 'linux',
rpcHost: '54.174.67.126',
rpcPort: '8080'
},
{
name: 'local',
type: 'C++',
os: 'OS X',
rpcHost: 'localhost',
rpcPort: '8080'
}