Rename project from system-stats-daemon to systant
- Updated all module names from SystemStatsDaemon to Systant - Renamed application config from :system_stats_daemon to :systant - Updated service files and documentation - Release binary now at _build/prod/rel/systant/bin/systant 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
import Config
|
||||
|
||||
config :system_stats_daemon, SystemStatsDaemon.MqttClient,
|
||||
config :systant, Systant.MqttClient,
|
||||
host: "mqtt.home",
|
||||
port: 1883,
|
||||
client_id: "system_stats_daemon",
|
||||
client_id: "systant",
|
||||
username: "mqtt",
|
||||
password: "pleasework",
|
||||
stats_topic: "system/stats",
|
||||
|
||||
Reference in New Issue
Block a user