From 096630708d27bca324cc83f1a830d4b9bbbb7917 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Tue, 15 Jul 2025 08:56:52 +0200 Subject: feat: read identifiers from config --- sellershut.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sellershut.toml') diff --git a/sellershut.toml b/sellershut.toml index d1f54ce..77a8a25 100644 --- a/sellershut.toml +++ b/sellershut.toml @@ -2,6 +2,10 @@ env = "development" port = 2210 +[misc] +hostname = "localhost" +instance-name = "sellershut" + [monitoring] log-level = "sellershut=trace,info" -- cgit v1.2.3