diff --git a/README.md b/README.md index 7fb3c4d6..e928750d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/config/veilid-server-config.md b/doc/config/veilid-server-config.md index 7332214e..15e586e0 100644 --- a/doc/config/veilid-server-config.md +++ b/doc/config/veilid-server-config.md @@ -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