mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-19 07:26:57 +01:00
Added tests for the sqlite-based config
This commit is contained in:
13
config.json.sqlite.example
Normal file
13
config.json.sqlite.example
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user