mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Correct README link
This commit is contained in:
parent
90e51e70c7
commit
648c7f94e1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user