From 1d3eacbba9d56fa505153f16d3b47c15ab8bc1f9 Mon Sep 17 00:00:00 2001 From: JappeHallunken Date: Wed, 10 Dec 2025 20:21:51 +0100 Subject: [PATCH] correct environment variable for custom coonfig path: OC_CONFIG_DIR --- docs/dev/server/configuration/config-system.md | 2 +- .../version-4.0.0/dev/server/configuration/config-system.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/server/configuration/config-system.md b/docs/dev/server/configuration/config-system.md index 35a1db03..e94f24e0 100644 --- a/docs/dev/server/configuration/config-system.md +++ b/docs/dev/server/configuration/config-system.md @@ -24,7 +24,7 @@ Default values for all configuration options are built into each service. You on - Mount this directory into containers (Docker, Kubernetes) via ConfigMaps/Secrets or volumes. - Binary releases and local installs: `$HOME/.opencloud/config/` - Useful when running downloaded binaries on developer laptops or bare hosts without container mounts. -- The location for the configuration files can be changed by setting the environment variable `OC_CONFIG_PATH` to point to a different directory. +- The location for the configuration files can be changed by setting the environment variable `OC_CONFIG_DIR` to point to a different directory. - Typical files inside either location: - `opencloud.yaml` — global defaults shared by all services - `.yaml` — overrides specific to a service (e.g. `activitylog.yaml`, `proxy.yaml`) diff --git a/versioned_docs/version-4.0.0/dev/server/configuration/config-system.md b/versioned_docs/version-4.0.0/dev/server/configuration/config-system.md index 35a1db03..e94f24e0 100644 --- a/versioned_docs/version-4.0.0/dev/server/configuration/config-system.md +++ b/versioned_docs/version-4.0.0/dev/server/configuration/config-system.md @@ -24,7 +24,7 @@ Default values for all configuration options are built into each service. You on - Mount this directory into containers (Docker, Kubernetes) via ConfigMaps/Secrets or volumes. - Binary releases and local installs: `$HOME/.opencloud/config/` - Useful when running downloaded binaries on developer laptops or bare hosts without container mounts. -- The location for the configuration files can be changed by setting the environment variable `OC_CONFIG_PATH` to point to a different directory. +- The location for the configuration files can be changed by setting the environment variable `OC_CONFIG_DIR` to point to a different directory. - Typical files inside either location: - `opencloud.yaml` — global defaults shared by all services - `.yaml` — overrides specific to a service (e.g. `activitylog.yaml`, `proxy.yaml`)