docs: link to configuration document for overview

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie9f7132d784bf0b40e562f3190782fb36a6a6964
This commit is contained in:
raf 2026-03-01 17:54:13 +03:00
commit 951ed9c36f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -80,6 +80,14 @@ $ ./watchdog -config config.yaml
## Configuration
[configuration reference]: docs/configuration.md
Watchdog currently supports configuration via YAML file, environment variables
or command-line flags. You may find a more complete reference in the
[configuration reference] document.
### Quick Start
Create `config.yaml`:
```yaml
@ -112,8 +120,6 @@ server:
listen_addr: "127.0.0.1:8080"
```
See [config.example.yaml](config.example.yaml) for all options.
## Usage
### JavaScript Beacon