diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-01 13:33:07 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-01 13:33:07 +0200 |
| commit | ce65d9eeafcd1f9d5c3adef1c9b1af6258ee711a (patch) | |
| tree | 953f6c49f8affd667ec740a949b2d93f82b7d31b /sellershut.toml | |
| parent | 6a9d21bc87f8a738e14f27a1305bf04d0c4b7a0c (diff) | |
| download | sellershut-ce65d9eeafcd1f9d5c3adef1c9b1af6258ee711a.tar.bz2 sellershut-ce65d9eeafcd1f9d5c3adef1c9b1af6258ee711a.zip | |
feat: conn to db
Diffstat (limited to 'sellershut.toml')
| -rw-r--r-- | sellershut.toml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
