Skip to content

Commit

Permalink
updated example config for missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
augustync committed Oct 8, 2024
1 parent 4323e80 commit e18fee2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ db:
# Path to prepared database file
prepared_db_file_path: "./data/blockheaders.csv.gz"

#sqlite engine cofiguration
#sqlite engine configuration
sqlite:
file_path: "./data/blockheaders.db"
#postgres engine cofiguration, required when engine=postgres
#postgres engine configuration, required when engine=postgres
postgres:
host: "localhost"
port: 5432
Expand All @@ -33,6 +33,8 @@ p2p:
blocks_for_confirmation: 10
# Default connection timeout
default_connect_timeout: 30s
# Chain network type [mainnet|testnet|regtest|simnet]
chain_net_type: mainnet
# Use experimental new refactored p2p communication
experimental: false

Expand Down

0 comments on commit e18fee2

Please sign in to comment.