From c45ef583b10298ad3b4c60faeb1d1361e563c863 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 25 Dec 2022 01:29:50 +0100 Subject: [PATCH] Renamed dev configs and added one for ares --- config/ares.dev.toml | 4 ++++ config/{zeus_dev.toml => zeus.dev.toml} | 0 2 files changed, 4 insertions(+) create mode 100644 config/ares.dev.toml rename config/{zeus_dev.toml => zeus.dev.toml} (100%) diff --git a/config/ares.dev.toml b/config/ares.dev.toml new file mode 100644 index 0000000..08a0837 --- /dev/null +++ b/config/ares.dev.toml @@ -0,0 +1,4 @@ +[mqtt] +host="olympus.vpn.huizinga.dev" +port=8883 +username="mqtt" diff --git a/config/zeus_dev.toml b/config/zeus.dev.toml similarity index 100% rename from config/zeus_dev.toml rename to config/zeus.dev.toml