diff --git a/docker-compose.yml b/docker-compose.yml index 30dcf6e..1b9d3ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: 3.0.0@sha256:fa9764f5e9927094960f63dfb68dbf6cbc237210559a890f1effa29da6e92ecd + UPSTREAM_VERSION: kaunas-latest ports: - "3101:3101/tcp" - 9191:9191/tcp diff --git a/hoprd.cfg.yaml b/hoprd.cfg.yaml index 74d77ca..3e36738 100644 --- a/hoprd.cfg.yaml +++ b/hoprd.cfg.yaml @@ -32,4 +32,4 @@ api: address: !IPv4 0.0.0.0 port: 3101 session_ip_forwarding: - target_allow_list: [] \ No newline at end of file + target_allow_list: [] diff --git a/setup-wizard.yml b/setup-wizard.yml index 6792eaa..5c3d3e4 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -163,9 +163,9 @@ fields: title: Enables downloading logs snapshot at node startup required: false description: |- - By enabling this option, you acknowledge and agree to trust the integrity and accuracy of the pre-synced snapshot logs url used. - You assume all responsibility for using these files with your node and do so at your own risk. - The node will attempt to download logs snapshot from the configuration property at 'hopr.chain.logs_snapshot_url'. + Enabling this option by setting it to `true` means you acknowledge and agree to trust the integrity and accuracy of the pre-synced snapshot logs URL used. + You assume full responsibility for using these files with your node and do so at your own risk. + The node will attempt to download the log snapshot from the configuration property. secret: false pattern: ^(true|false)$ patternErrorMessage: Must be either `true` or `false`!