Compare commits
4 commits
60f2e972dd
...
581209510c
| Author | SHA1 | Date | |
|---|---|---|---|
| 581209510c | |||
| 4bfaeb1b6e | |||
| 2a4dbc981c | |||
| d3fd4d6c0e |
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ if config_env() == :prod do
|
|||
client_id: System.get_env("OIDC_CLIENT_ID") || "mv",
|
||||
base_url: System.get_env("OIDC_BASE_URL") || "http://localhost:8080/auth/v1",
|
||||
client_secret: System.get_env("OIDC_CLIENT_SECRET"),
|
||||
redirect_uri: System.get_env("OIDC_REDIRECT_URI") || "http://#{host}:#{port}/auth/user/rauthy/callback"
|
||||
redirect_uri:
|
||||
System.get_env("OIDC_REDIRECT_URI") || "http://#{host}:#{port}/auth/user/rauthy/callback"
|
||||
|
||||
# Token signing secret from environment variable
|
||||
# This overrides the placeholder value set in prod.exs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue