mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
{
|
|
"server_url": "http://127.0.0.1:8000",
|
|
"listen_addr": "0.0.0.0:8000",
|
|
"private_key_path": "private.key",
|
|
"derp_map_path": "derp.yaml",
|
|
"db_type": "sqlite3",
|
|
"db_path": "./db.sqlite",
|
|
"tls_letsencrypt_hostname": "",
|
|
"tls_letsencrypt_cache_dir": ".cache",
|
|
"tls_letsencrypt_challenge_type": "HTTP-01",
|
|
"tls_cert_path": "",
|
|
"tls_key_path": ""
|
|
}
|