Change default hostname for Hydra
This commit is contained in:
parent
1d2630c0b7
commit
92b6570614
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ certificate = "{{ idp_tls.cert }}"
|
|||
key = "{{ idp_tls.key }}"
|
||||
|
||||
[admin]
|
||||
url = "https://{{ oidc_urls.hydra_admin.address | default("localhost") }}:{{ oidc_urls.hydra_admin.port | default("3000") }}"
|
||||
url = "https://{{ oidc_urls.hydra_admin.address | default("hydra.cacert.localhost") }}:{{ oidc_urls.hydra_admin.port | default("3000") }}"
|
||||
|
|
Loading…
Reference in a new issue