diff options
Diffstat (limited to 'crates/auth/auth.toml')
-rw-r--r-- | crates/auth/auth.toml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/crates/auth/auth.toml b/crates/auth/auth.toml deleted file mode 100644 index 3af6fc0..0000000 --- a/crates/auth/auth.toml +++ /dev/null @@ -1,34 +0,0 @@ -[application] -env = "development" -port = 1304 - -[nats] -hosts = ["nats://localhost:4222"] - -[misc] -profile-endpoint = "http://localhost:1610" - -[misc.oauth] -session-lifespan = 3600 # seconds -jwt-encoding-key = "secret" - -[misc.oauth.discord] -# query param for provider -redirect-url = "http://127.0.0.1:1304/auth/authorised?provider=discord" -#client-id = "" -#client-secret = "" -#auth-url = "" - - -[monitoring] -log-level = "auth_service=trace,info" - -[database] -pool_size = 100 -port = 5432 -name = "auth" -host = "localhost" -password = "password" -user = "postgres" - -# vim:ft=toml |