diff --git a/docs/operate/configuration/server.mdx b/docs/operate/configuration/server.mdx index 68479382..6f18a5e6 100644 --- a/docs/operate/configuration/server.mdx +++ b/docs/operate/configuration/server.mdx @@ -16,7 +16,7 @@ The Restate Server has a wide range of configuration options to tune it accordin ## Configuration file -The Restate Server accepts a [TOML](https://toml.io/en/) configuration file that can be specified either providing the command-line option `--config-file=` or setting the environment variable `RESTATE_CONFIG=`. If not set, the [default configuration](#default-configuration) will be applied. +The Restate Server accepts a [TOML](https://toml.io/en/) configuration file that can be specified either providing the command-line option `--config-file=` or setting the environment variable `RESTATE_CONFIG=`. If not set, the [default configuration](/references/server_config#default-configuration) will be applied. ## Overrides