2020-06-21 18:32:08 +08:00
|
|
|
{
|
|
|
|
"server_url": "http://192.168.1.12:8000",
|
|
|
|
"listen_addr": "0.0.0.0:8000",
|
|
|
|
"private_key_path": "private.key",
|
2021-04-23 09:10:50 +08:00
|
|
|
"derp_map_path": "derp.yaml",
|
2020-06-21 18:32:08 +08:00
|
|
|
"db_host": "localhost",
|
|
|
|
"db_port": 5432,
|
|
|
|
"db_name": "headscale",
|
|
|
|
"db_user": "foo",
|
2021-04-24 04:54:35 +08:00
|
|
|
"db_pass": "bar",
|
2021-04-24 10:54:15 +08:00
|
|
|
"tls_letsencrypt_hostname": "",
|
|
|
|
"tls_letsencrypt_cache_dir": ".cache",
|
|
|
|
"tls_letsencrypt_challenge_type": "HTTP-01",
|
2021-04-24 04:54:35 +08:00
|
|
|
"tls_cert_path": "",
|
|
|
|
"tls_key_path": ""
|
2021-04-23 09:10:50 +08:00
|
|
|
}
|