From b9b4995b4c1062b03afcbcb3fdf277e5c4fcff0b Mon Sep 17 00:00:00 2001 From: Lukas Matta Date: Tue, 12 Aug 2025 22:55:50 +0200 Subject: [PATCH] Fix default server configuration link --- docs/operate/configuration/server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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