From 30cb51846d95fb059fd2ba8fd6016c09125c067e Mon Sep 17 00:00:00 2001 From: Normann Date: Tue, 14 Jan 2025 13:27:30 +0100 Subject: [PATCH] EOS_DIR checks for an existing EOS.config.json (#378) Co-authored-by: Andre Busche --- docs/develop/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/getting_started.md b/docs/develop/getting_started.md index afa373b..aeddb09 100644 --- a/docs/develop/getting_started.md +++ b/docs/develop/getting_started.md @@ -79,7 +79,7 @@ A default configuration file `default.config.json` is provided. This file contai Users can specify a custom configuration directory by setting the environment variable `EOS_DIR`. -- If the directory specified by `EOS_DIR` contains an existing `config.json` file, the application will use this configuration file. +- If the directory specified by `EOS_DIR` contains an existing `EOS.config.json` file, the application will use this configuration file. - If the `EOS.config.json` file does not exist in the specified directory, the `default.config.json` file will be copied to the directory as `EOS.config.json`. ### Configuration Updates