{
  "wifi_ssid": "MyNetwork", 
  "wifi_pass": "SuperSecret",
  "wifi_hidden": false,
  "wifi_retry_interval_s": 600,
  "enable_ota": false,
  "protocol": "MQTT",
  
  "http_server_address": "https://cms.example.com",
  "http_poll_interval_ms": 5000,
  "http_authorization_token": "exampleToken123456",
  "http_custom_headers": [
	"X-Custom-Header: CustomValue",
	"X-Another-Header: AnotherValue"
  ],
  
  "mqtt_broker": "mqtts://mqtt.example.com",
  "mqtt_port": 8883,
  "mqtt_username": "user",
  "mqtt_password": "pass",
  "mqtt_topic_prefix": "pukk/"
}
