From 11a186a98ed9e51382a4e73c2febd8ebcfc40ec5 Mon Sep 17 00:00:00 2001 From: raul Date: Fri, 7 Jun 2024 12:02:16 +0200 Subject: [PATCH] Add example Tiamat config file --- tiamat.toml.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tiamat.toml.example diff --git a/tiamat.toml.example b/tiamat.toml.example new file mode 100644 index 0000000..9bf85dd --- /dev/null +++ b/tiamat.toml.example @@ -0,0 +1,4 @@ +[Server] +WebPort = "8080" +Port = "1302" +ClientPath = "/home/raul/.config/tiamat/clients.json"