SHA256
13 lines
335 B
JSON
13 lines
335 B
JSON
{
|
|
"server_ws": "wss://t3.shineup.me/ws",
|
|
"blockchain_name": "testjokes-001",
|
|
"channel_name": "jokes",
|
|
"channel_root_block_number": 1,
|
|
"key_file": "keys/blockchain.json",
|
|
"queue_file": "queue/jokes.json",
|
|
"state_file": "state.json",
|
|
"min_interval_seconds": 1800,
|
|
"max_interval_seconds": 10800,
|
|
"loop_queue": false
|
|
}
|