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