mirror of
https://github.com/aljazceru/cypherapps.git
synced 2025-12-17 05:14:22 +01:00
15 lines
432 B
TOML
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"
|