github.com/vmpartner/bitmex@v1.1.0/config.json (about) 1 { 2 "IsDev": false, 3 "Master": { 4 "Host": "www.bitmex.com", 5 "Key": "123", 6 "Secret": "abc", 7 "Timeout": 20 8 }, 9 "Dev": { 10 "Host": "testnet.bitmex.com", 11 "Key": "123", 12 "Secret": "abc", 13 "Timeout": 20 14 } 15 }