2014-03-14 17:38:27 -03:00
|
|
|
'use strict';
|
|
|
|
|
|
2014-04-08 00:54:38 -03:00
|
|
|
var config = {
|
|
|
|
|
networkName: 'testnet',
|
2014-04-08 18:35:43 -03:00
|
|
|
p2pApiKey: 'lwjd5qra8257b9',
|
2014-04-09 11:05:25 -03:00
|
|
|
p2pDebug: 3,
|
|
|
|
|
maxPeers: 5,
|
2014-04-11 13:26:36 -03:00
|
|
|
requiredCopayers: 2,
|
2014-04-14 18:16:16 -03:00
|
|
|
totalCopayers: 3,
|
2014-04-14 17:17:56 -03:00
|
|
|
insight: {
|
|
|
|
|
host: 'localhost',
|
|
|
|
|
port: 3001
|
|
|
|
|
},
|
2014-04-08 00:54:38 -03:00
|
|
|
};
|