Added tests for the sqlite-based config
This commit is contained in:
parent
216c6d85b2
commit
da9a07ddf3
3 changed files with 52 additions and 5 deletions
17
config.json.postgres.example
Normal file
17
config.json.postgres.example
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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": "postgres",
|
||||
"db_host": "localhost",
|
||||
"db_port": 5432,
|
||||
"db_name": "headscale",
|
||||
"db_user": "foo",
|
||||
"db_pass": "bar",
|
||||
"tls_letsencrypt_hostname": "",
|
||||
"tls_letsencrypt_cache_dir": ".cache",
|
||||
"tls_letsencrypt_challenge_type": "HTTP-01",
|
||||
"tls_cert_path": "",
|
||||
"tls_key_path": ""
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue