mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Switch json for yaml in README
This commit is contained in:
parent
86ecc2a234
commit
31344128a0
1 changed files with 1 additions and 5 deletions
|
@ -24,11 +24,7 @@
|
||||||
```shell
|
```shell
|
||||||
wg genkey > private.key
|
wg genkey > private.key
|
||||||
|
|
||||||
# Postgres
|
cp config.yaml.example config.yaml
|
||||||
cp config.json.postgres.example config.json
|
|
||||||
# or
|
|
||||||
# SQLite
|
|
||||||
cp config.json.sqlite.example config.json
|
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Create a namespace
|
4. Create a namespace
|
||||||
|
|
Loading…
Reference in a new issue