Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
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: 2 additions & 0 deletions cmd/heznode/cfg.api.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Address = "localhost:8386"
Explorer = true
MaxSQLConnections = 10
SQLConnectionTimeout = "2s"
CoordinatorNetwork = true
Comment thread
jeffprestes marked this conversation as resolved.
Outdated
FindPeersCoordinatorNetworkInterval = "300s"
Comment thread
jeffprestes marked this conversation as resolved.

[PostgreSQL]
PortWrite = 5432
Expand Down
1 change: 1 addition & 0 deletions cmd/heznode/cfg.builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#MaxSQLConnections = 100
### Maximum amount of time that an API request can wait to establish a SQL connection
#SQLConnectionTimeout = "2s"
#CoordinatorNetwork = false
Comment thread
jeffprestes marked this conversation as resolved.
Outdated

#[Debug]
### If it is set, the debug api will listen in this address and port
Expand Down