Skip to content

Instantly share code, notes, and snippets.

@neewy
Created December 15, 2017 13:46
Show Gist options
  • Save neewy/1ebe653de074dac1675f74eb19824b2e to your computer and use it in GitHub Desktop.
Save neewy/1ebe653de074dac1675f74eb19824b2e to your computer and use it in GitHub Desktop.
{
"block_store_path" : "/tmp/block_store/",
"torii_port" : 50051,
"internal_port" : 10001,
"pg_opt" : "host=localhost port=5432 user=postgres password=mysecretpassword",
"redis_host" : "localhost",
"redis_port" : 6379,
"max_proposal_size" : 10,
"proposal_delay" : 5000,
"vote_delay" : 5000,
"load_delay" : 5000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment