Change default hostname for Hydra

pull/1/head
Jan Dittberner 10 months ago
parent 1d2630c0b7
commit 92b6570614

@ -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…
Cancel
Save