mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 17:12:33 +08:00
41f6740ddd
tests for that feature. Other fixes: clean up a few typos in comments. Fix a bug that caused the tests to run four times each. Be more consistent in the use of log rather than fmt to print errors and notices.
14 lines
433 B
Text
14 lines
433 B
Text
{
|
|
"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",
|
|
"ephemeral_node_inactivity_timeout": "30m",
|
|
"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": ""
|
|
}
|