From a5f5544bbcd226b991448e29ffdfbf81f64e75b5 Mon Sep 17 00:00:00 2001 From: VisualPlugin Date: Tue, 12 Aug 2025 11:41:28 -0700 Subject: [PATCH] Clarify config file options Signed-off-by: VisualPlugin --- packages/open-collaboration-server/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/open-collaboration-server/README.md b/packages/open-collaboration-server/README.md index 4b418b58..72966218 100644 --- a/packages/open-collaboration-server/README.md +++ b/packages/open-collaboration-server/README.md @@ -14,7 +14,9 @@ Usage of the public instance is bound to its [Terms of Use](https://www.open-col ## Configuration -Environment variables +Settings are accessed in the following precedence order: +- as environment variables in the casing format `OCT_SERVER_OWNER` +- in a CLI-specified config file with keys in the casing format `oct.server.owner`. The file can have a `json`, `yml`, or `yaml` extension. | Variable | Description | |--------------------|---|