summaryrefslogtreecommitdiffstats
path: root/crates/auth/auth.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/auth/auth.toml')
-rw-r--r--crates/auth/auth.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/auth/auth.toml b/crates/auth/auth.toml
index 4c1c0ca..3af6fc0 100644
--- a/crates/auth/auth.toml
+++ b/crates/auth/auth.toml
@@ -5,13 +5,13 @@ port = 1304
[nats]
hosts = ["nats://localhost:4222"]
+[misc]
+profile-endpoint = "http://localhost:1610"
+
[misc.oauth]
session-lifespan = 3600 # seconds
jwt-encoding-key = "secret"
-[misc.nats]
-subject = "users"
-
[misc.oauth.discord]
# query param for provider
redirect-url = "http://127.0.0.1:1304/auth/authorised?provider=discord"