summaryrefslogtreecommitdiffstats
path: root/sellershut.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sellershut.toml')
-rw-r--r--sellershut.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sellershut.toml b/sellershut.toml
new file mode 100644
index 0000000..d1f54ce
--- /dev/null
+++ b/sellershut.toml
@@ -0,0 +1,16 @@
+[application]
+env = "development"
+port = 2210
+
+[monitoring]
+log-level = "sellershut=trace,info"
+
+[database]
+pool_size = 100
+port = 5432
+name = "sellershut"
+host = "localhost"
+password = "password"
+user = "postgres"
+
+# vim:ft=toml