File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,9 @@ This example would look similar to this:
222222
223223
224224
225+ If you want to test it locally, see [Docker](#docker).
226+
227+ ## Configuration
225228By default, the configuration file is expected to be at ` config/config.yaml`.
226229
227230You can specify a custom path by setting the `GATUS_CONFIG_PATH` environment variable.
@@ -235,14 +238,11 @@ subdirectories are merged like so:
235238
236239> 💡 You can also use environment variables in the configuration file (e.g. `$DOMAIN`, `${DOMAIN}`)
237240>
238- > See [examples/docker-compose-postgres-storage/config/config.yaml](.examples/docker-compose-postgres-storage/config/config.yaml) for an example.
241+ > See [examples/docker-compose-postgres-storage/config/config.yaml](.examples/docker-compose-postgres-storage/config/config.yaml) or for an example.
239242>
240243> When your configuration parameter contains a `$` symbol, you have to escape `$` with `$$`.
241244
242- If you want to test it locally, see [Docker](#docker).
243-
244245
245- # # Configuration
246246| Parameter | Description | Default |
247247|:-----------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------|:---------------------------|
248248| `metrics` | Whether to expose metrics at `/metrics`. | `false` |
You can’t perform that action at this time.
0 commit comments