Skip to content

Commit

Permalink
Minor change on the base config for OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Sep 8, 2022
1 parent f33e3e3 commit 71b7123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/etc_oidc/base_config.yaml
Expand Up @@ -11,7 +11,7 @@ private_key_path: private.key
noise:
private_key_path: noise_private.key
listen_addr: 0.0.0.0:8443
server_url: https://headscale:8443
server_url: https://localhost:8443
tls_cert_path: "/etc/headscale/tls/server.crt"
tls_key_path: "/etc/headscale/tls/server.key"
tls_client_auth_mode: disabled

0 comments on commit 71b7123

Please sign in to comment.