copay/js/config.js

15 lines
218 B
JavaScript

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