summaryrefslogtreecommitdiffstats
path: root/sellershut.toml
diff options
context:
space:
mode:
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