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 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: 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 = false
FindPeersCoordinatorNetworkInterval = "300s"
Comment thread
jeffprestes marked this conversation as resolved.

[PostgreSQL]
PortWrite = 5432
Expand Down
3 changes: 3 additions & 0 deletions cmd/heznode/cfg.builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#MaxSQLConnections = 100
### Maximum amount of time that an API request can wait to establish a SQL connection
#SQLConnectionTimeout = "2s"
#CoordinatorNetwork = true
#FindPeersCoordinatorNetworkInterval = "300s"


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