summaryrefslogtreecommitdiffstats
path: root/sellershut.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-15 08:56:52 +0200
committerrtkay123 <dev@kanjala.com>2025-07-15 08:56:52 +0200
commit096630708d27bca324cc83f1a830d4b9bbbb7917 (patch)
tree3a2a2a6ea25502cf32b9179c2d1a4a12852de305 /sellershut.toml
parenta69c24e561c8ae16dc730f7713f8d8da0bd25e0e (diff)
downloadsellershut-096630708d27bca324cc83f1a830d4b9bbbb7917.tar.bz2
sellershut-096630708d27bca324cc83f1a830d4b9bbbb7917.zip
feat: read identifiers from config
Diffstat (limited to 'sellershut.toml')
-rw-r--r--sellershut.toml4
1 files changed, 4 insertions, 0 deletions
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"