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