add config for bitcore"s server

This commit is contained in:
Matias Alejo Garcia 2014-04-24 17:24:43 -03:00
commit f208e1fc7b
2 changed files with 9 additions and 4 deletions

View file

@ -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,

View file

@ -18,7 +18,7 @@
</figure>
<div class="text-right" ng-show="$root.wallet">
<div ng-if="$root.wallet.name">
<h5>Wallet: {{$root.wallet.name}} &lt;{{$root.wallet.id}}&gt;</h5>
<h5>Wallet: escape({{$root.wallet.name}}) &lt;{{$root.wallet.id}}&gt;</h5>
<p>
</div>
<div ng-if="!$root.wallet.name && $root.wallet.id">