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 = {
|
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,
|
||||||
|
|
|
||||||
|
|
@ -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}} <{{$root.wallet.id}}></h5>
|
<h5>Wallet: escape({{$root.wallet.name}}) <{{$root.wallet.id}}></h5>
|
||||||
<p>
|
<p>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="!$root.wallet.name && $root.wallet.id">
|
<div ng-if="!$root.wallet.name && $root.wallet.id">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue