Correct README link

This commit is contained in:
Adam Shamblin 2022-09-19 20:20:26 -06:00
parent 90e51e70c7
commit 648c7f94e1
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E
2 changed files with 4 additions and 1 deletions

View File

@ -150,7 +150,7 @@ cargo run -- --help
`veilid-server` has a wealth of configuration options. Further documentation on
the format of the `veilid-server.conf` file may be found [in the project /doc
directory](./doc/config/config.md).
directory](./doc/config/veilid-server-config.md).
When running `veilid-server` in a Unix-like environment, the application will
look for its config file under `/etc/veilid-server/`. If the config file is not

View File

@ -19,6 +19,9 @@ and the `veilid-server.conf` file.
| [daemon](#daemon) | Run `veilid-server` in the background |
| [client_api](#client_api) ||
#### daemon
```yaml
daemon:
enabled: false