Initial commit
This commit is contained in:
parent
ecf9c9b3db
commit
7198c8bd77
10 changed files with 1147 additions and 2 deletions
11
config.json.example
Normal file
11
config.json.example
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue