summaryrefslogtreecommitdiffstats
path: root/sellershut.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-17 14:00:40 +0200
committerrtkay123 <dev@kanjala.com>2025-07-17 14:00:40 +0200
commit69fe55ad54468948c13af520a498ed4aeac194ed (patch)
treec7db25aa7cf615480e9b386064f232d2bec6ccc3 /sellershut.toml
parent5fdb24b6a2cef7964a049e789ed90f883221d657 (diff)
downloadsellershut-69fe55ad54468948c13af520a498ed4aeac194ed.tar.bz2
sellershut-69fe55ad54468948c13af520a498ed4aeac194ed.zip
chore: convert to workspace
Diffstat (limited to 'sellershut.toml')
-rw-r--r--sellershut.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sellershut.toml b/sellershut.toml
deleted file mode 100644
index 77a8a25..0000000
--- a/sellershut.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[application]
-env = "development"
-port = 2210
-
-[misc]
-hostname = "localhost"
-instance-name = "sellershut"
-
-[monitoring]
-log-level = "sellershut=trace,info"
-
-[database]
-pool_size = 100
-port = 5432
-name = "sellershut"
-host = "localhost"
-password = "password"
-user = "postgres"
-
-# vim:ft=toml