import Config config :system_stats_daemon, SystemStatsDaemon.MqttClient, host: "mqtt.home", port: 1883, client_id: "system_stats_daemon", username: "mqtt", password: "pleasework", stats_topic: "system/stats", command_topic: "system/commands", publish_interval: 30_000 config :logger, :console, format: "$time $metadata[$level] $message\n", metadata: [:request_id]