add config for bitcore"s server
This commit is contained in:
parent
9acff3db3f
commit
f208e1fc7b
2 changed files with 9 additions and 4 deletions
|
|
@ -3,14 +3,19 @@
|
|||
var config = {
|
||||
networkName: 'testnet',
|
||||
network: {
|
||||
key: 'lwjd5qra8257b9', //Copay API key for public PeerJS server
|
||||
// key: 'lwjd5qra8257b9', //Copay API key for public PeerJS server
|
||||
// This is for running local peerJs with params: ./peerjs -p 10009 -k 'sdfjhwefh'
|
||||
//key: 'sdfjhwefh',
|
||||
//host: 'localhost',
|
||||
//port: 10009,
|
||||
//path: '/',
|
||||
maxPeers: 3,
|
||||
debug: 3,
|
||||
//
|
||||
key: 'g23ihfh82h35rf',
|
||||
host:'162.242.219.26',
|
||||
port:10009,
|
||||
path: '/',
|
||||
maxPeers: 15,
|
||||
debug: 3
|
||||
},
|
||||
limits: {
|
||||
totalCopayers: 10,
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
</figure>
|
||||
<div class="text-right" ng-show="$root.wallet">
|
||||
<div ng-if="$root.wallet.name">
|
||||
<h5>Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}></h5>
|
||||
<h5>Wallet: escape({{$root.wallet.name}}) <{{$root.wallet.id}}></h5>
|
||||
<p>
|
||||
</div>
|
||||
<div ng-if="!$root.wallet.name && $root.wallet.id">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue