{ "server_ws": "wss://t3.shineup.me/ws", "blockchain_name": "PUT_TEST_USER_BLOCKCHAIN_NAME_HERE", "key_file": "keys/blockchain.json", "state_file": "multi-state.json", "min_interval_seconds": 1800, "max_interval_seconds": 10800, "loop_queue": false, "channels": [ { "channel_name": "jokes", "channel_root_block_number": 101, "queue_file": "channels/jokes.prepared.json", "min_interval_seconds": 3600, "max_interval_seconds": 10800 }, { "channel_name": "mindfulness", "channel_root_block_number": 102, "queue_file": "channels/mindfulness.prepared.json", "min_interval_seconds": 10800, "max_interval_seconds": 25200 }, { "channel_name": "positive", "channel_root_block_number": 103, "queue_file": "channels/positive.prepared.json", "min_interval_seconds": 10800, "max_interval_seconds": 25200 }, { "channel_name": "friends", "channel_root_block_number": 104, "queue_file": "channels/friends.prepared.json", "min_interval_seconds": 10800, "max_interval_seconds": 25200 }, { "channel_name": "wisdom", "channel_root_block_number": 105, "queue_file": "channels/wisdom.prepared.json", "min_interval_seconds": 10800, "max_interval_seconds": 25200 } ], "timezone": "Europe/Warsaw", "quiet_hours": { "enabled": true, "start": "22:00", "end": "08:00" } }