From 78f61ccdf66572d7432b5b627994038479103653 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 1 Feb 2026 15:20:13 +0200 Subject: feat: oauth from config --- misc/sellershut.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 misc/sellershut.toml (limited to 'misc/sellershut.toml') 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 -- cgit v1.2.3