mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
11 lines
No EOL
280 B
Text
11 lines
No EOL
280 B
Text
{
|
|
"server_url": "http://192.168.1.12:8000",
|
|
"listen_addr": "0.0.0.0:8000",
|
|
"private_key_path": "private.key",
|
|
"public_key_path": "public.key",
|
|
"db_host": "localhost",
|
|
"db_port": 5432,
|
|
"db_name": "headscale",
|
|
"db_user": "foo",
|
|
"db_pass": "bar"
|
|
} |