Minor change on the base config for OIDC
This commit is contained in:
parent
f33e3e3b81
commit
71b712356f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ private_key_path: private.key
|
||||||
noise:
|
noise:
|
||||||
private_key_path: noise_private.key
|
private_key_path: noise_private.key
|
||||||
listen_addr: 0.0.0.0:8443
|
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_cert_path: "/etc/headscale/tls/server.crt"
|
||||||
tls_key_path: "/etc/headscale/tls/server.key"
|
tls_key_path: "/etc/headscale/tls/server.key"
|
||||||
tls_client_auth_mode: disabled
|
tls_client_auth_mode: disabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue