Wallet/js/config.js
2014-04-15 10:23:53 -03:00

16 lines
240 B
JavaScript

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