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 = { var config = {
networkName: 'testnet', networkName: 'testnet',
network: { 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' // This is for running local peerJs with params: ./peerjs -p 10009 -k 'sdfjhwefh'
//key: 'sdfjhwefh', //key: 'sdfjhwefh',
//host: 'localhost', //host: 'localhost',
//port: 10009, //port: 10009,
//path: '/', //path: '/',
maxPeers: 3, //
debug: 3, key: 'g23ihfh82h35rf',
host:'162.242.219.26',
port:10009,
path: '/',
maxPeers: 15,
debug: 3
}, },
limits: { limits: {
totalCopayers: 10, totalCopayers: 10,

View file

@ -18,7 +18,7 @@
</figure> </figure>
<div class="text-right" ng-show="$root.wallet"> <div class="text-right" ng-show="$root.wallet">
<div ng-if="$root.wallet.name"> <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> <p>
</div> </div>
<div ng-if="!$root.wallet.name && $root.wallet.id"> <div ng-if="!$root.wallet.name && $root.wallet.id">