Added base config file template
This commit is contained in:
parent
a0a463494b
commit
b27b789e28
2 changed files with 39 additions and 0 deletions
17
integration_test/etc_oidc/base_config.yaml
Normal file
17
integration_test/etc_oidc/base_config.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
log_level: trace
|
||||
acl_policy_path: ""
|
||||
db_type: sqlite3
|
||||
ephemeral_node_inactivity_timeout: 30m
|
||||
node_update_check_interval: 10s
|
||||
ip_prefixes:
|
||||
- fd7a:115c:a1e0::/48
|
||||
- 100.64.0.0/10
|
||||
db_path: /tmp/integration_test_db.sqlite3
|
||||
private_key_path: private.key
|
||||
noise:
|
||||
private_key_path: noise_private.key
|
||||
listen_addr: 0.0.0.0:8443
|
||||
server_url: https://headscale:8443
|
||||
tls_cert_path: "/etc/headscale/tls/server.crt"
|
||||
tls_key_path: "/etc/headscale/tls/server.key"
|
||||
tls_client_auth_mode: disabled
|
Loading…
Add table
Add a link
Reference in a new issue