From ce65d9eeafcd1f9d5c3adef1c9b1af6258ee711a Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 1 Feb 2026 13:33:07 +0200 Subject: feat: conn to db --- sellershut.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sellershut.toml (limited to 'sellershut.toml') diff --git a/sellershut.toml b/sellershut.toml new file mode 100644 index 0000000..15225f5 --- /dev/null +++ b/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 = "" + +[oauth.discord] +client-id = "" +client-secret = "" +token-url = "" +auth-url = "" + +[database] +url = "postgres://postres:password@localhost:5432/sellershut" +pool-size = 100 -- cgit v1.2.3