This is an automated email from the ASF dual-hosted git repository.
maciej pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/main by this push:
new de11c78c Fix default iggy configuration path
de11c78c is described below
commit de11c78c1af8c32c2996b663c0e2ec1bcabbc8c5
Author: Maciej Modzelewski <[email protected]>
AuthorDate: Mon Feb 16 13:11:41 2026 +0100
Fix default iggy configuration path
---
content/docs/server/configuration.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/docs/server/configuration.mdx
b/content/docs/server/configuration.mdx
index 9d66a180..091ad3c3 100644
--- a/content/docs/server/configuration.mdx
+++ b/content/docs/server/configuration.mdx
@@ -2,7 +2,7 @@
title: Configuration
---
-The server reads its configuration from `configs/server.toml` by default. You
can specify a different path by setting the `IGGY_CONFIG_PATH` environment
variable (e.g., `export IGGY_CONFIG_PATH=/path/to/server.toml`). You can also
use a `.env` file to override specific settings using the `IGGY_` prefix (e.g.,
`IGGY_HTTP_ENABLED=true`).
+The server reads its configuration from `core/server/config.toml` by default.
You can specify a different path by setting the `IGGY_CONFIG_PATH` environment
variable (e.g., `export IGGY_CONFIG_PATH=/path/to/config.toml`). You can also
use a `.env` file to override specific settings using the `IGGY_` prefix (e.g.,
`IGGY_HTTP_ENABLED=true`).
If no configuration file is found, the server uses its built-in defaults.