Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hoprd.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ api:
address: !IPv4 0.0.0.0
port: 3101
session_ip_forwarding:
target_allow_list: []
target_allow_list: []
6 changes: 3 additions & 3 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`!