Wallet/js/config.js
Gustavo Cortez eb4731715f tiny fix
2014-04-14 18:16:16 -03:00

14 lines
219 B
JavaScript

'use strict';
var config = {
networkName: 'testnet',
p2pApiKey: 'lwjd5qra8257b9',
p2pDebug: 3,
maxPeers: 5,
requiredCopayers: 2,
totalCopayers: 3,
insight: {
host: 'localhost',
port: 3001
},
};