Skip to content

Commit

Permalink
Merge pull request #3 from SatoshiPortal/dev
Browse files Browse the repository at this point in the history
v0.2.0-rc.1
  • Loading branch information
schulterklopfer authored Apr 5, 2019
2 parents 2c23dd5 + d9dbecf commit fd36277
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions data/config.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[server]
listen = "0.0.0.0:8080"
index_template = "templates/index.html"
path_prefix = "/welcome"

[gatekeeper]
status_url = "https://127.0.0.1:2009/v0/getblockchaininfo"
installation_info_url = "https://127.0.0.1:2009/s/stats/installation.json"
config_archive_url = "https://127.0.0.1:2009/s/stats/config.7z"
certs_url = "https://127.0.0.1:2009/s/stats/client.7z"
status_url = "https://gatekeeper/v0/getblockchaininfo"
installation_info_url = "https://gatekeeper/s/stats/installation.json"
config_archive_url = "https://gatekeeper/s/stats/config.7z"
certs_url = "https://gatekeeper/s/stats/client.7z"

key_label = "000"
key_file = "data/keys.properties"
cert_file = "data/cert.pem"
key_file = "/data/keys.properties"
cert_file = "/data/cert.pem"
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<ul>
<li><a href="config.7z">Download your Cyphernode <b>configurations</b>, can be used for another Cyphernode deployment</a></li>
<li><a href="certs.7z">Download Client <b>API ID's and keys</b>, needed in your client apps</a></li>
<li><a href="/sparkwallet">Your Lightning Network Wallet (Spark Wallet)</a> <b>if LN installed during setup</b></li>
</ul>
</div>
</section>
Expand Down

0 comments on commit fd36277

Please sign in to comment.