aboutsummaryrefslogtreecommitdiffstats
path: root/misc/sellershut.toml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sellershut.toml')
-rw-r--r--misc/sellershut.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/sellershut.toml b/misc/sellershut.toml
new file mode 100644
index 0000000..0fdef72
--- /dev/null
+++ b/misc/sellershut.toml
@@ -0,0 +1,20 @@
+[server]
+domain = "localhost"
+port = 2210
+request-timeout = 10
+log-level = "debug"
+system-name = "sellershut"
+environment = "dev"
+
+[oauth]
+redirect-url = "https://example.com"
+
+[oauth.discord]
+client-id = ""
+client-secret = ""
+token-url = "https://example.com"
+auth-url = "https://example.com"
+
+[database]
+url = "postgres://postres:password@localhost:5432/sellershut"
+pool-size = 100