Files
cypherapps/welcome/config.toml
2019-07-11 00:12:08 +02:00

17 lines
438 B
TOML

[server]
listen = "0.0.0.0:8080"
index_template = "templates/index.html"
path_prefix = "/welcome"
[api]
status_endpoint = "/v0/getblockchaininfo"
installation_info_endpoint = "/v0/installation_info"
installation_state_endpoint = "/s/stats/installation.json"
config_archive_endpoint = "/s/stats/config.7z"
certs_endpoint = "/s/stats/client.7z"
[security]
key_label = "000"
key_file = "/data/keys.properties"
cert_file = "/data/cert.pem"