Files
cypherapps/welcome/config.toml
2019-04-09 18:06:10 +02:00

15 lines
432 B
TOML

[server]
listen = "0.0.0.0:8080"
index_template = "templates/index.html"
path_prefix = "/welcome"
[gatekeeper]
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"