import Config config :systant, Systant.MqttClient, host: "mqtt.home", port: 1883, client_id: "systant", username: "mqtt", password: "pleasework", stats_topic_base: "systant", # Will become systant/{hostname}/stats command_topic_base: "systant", # Will become systant/{hostname}/commands publish_interval: 30_000 config :logger, :console, format: "$time $metadata[$level] $message\n", metadata: [:request_id]