1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
juanfont.headscale/config.json.example

11 lines
279 B
Plaintext
Raw Normal View History

2020-06-21 12:32:08 +02:00
{
"server_url": "http://192.168.1.12:8000",
"listen_addr": "0.0.0.0:8000",
"private_key_path": "private.key",
2021-02-20 23:57:06 +01:00
"derp_map_path": "./derp.yaml",
2020-06-21 12:32:08 +02:00
"db_host": "localhost",
"db_port": 5432,
"db_name": "headscale",
"db_user": "foo",
"db_pass": "bar"
}