SHA256
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"server_ws": "ws://127.0.0.1:8080/ws",
|
|
"blockchain_name": "PUT_TEST_USER_BLOCKCHAIN_NAME_HERE",
|
|
"channel_name": "jokes",
|
|
"channel_root_block_number": 123,
|
|
"key_file": "keys/blockchain.json",
|
|
"queue_file": "queue/jokes.prepared.json",
|
|
"state_file": "state.json",
|
|
"min_interval_seconds": 1800,
|
|
"max_interval_seconds": 10800,
|
|
"loop_queue": false
|
|
}
|