From 15af78900feb841b97cef08a0bc9ef62ea25ec7b Mon Sep 17 00:00:00 2001 From: foefl Date: Fri, 29 May 2026 12:03:10 +0200 Subject: [PATCH] fix list --- src/wce_crm/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wce_crm/README.md b/src/wce_crm/README.md index 064f329..4ea9ef6 100644 --- a/src/wce_crm/README.md +++ b/src/wce_crm/README.md @@ -1,7 +1,7 @@ # List of environment variables -DOPT_DEVELOPMENT: flag which signals that the current environment is in development mode -DOPT_STOP_FOLDER_NAME: stop folder to find base path -DOPT_DB_CRM: path to CRM database, relative to base path -DOPT_DB_MAIN: path to main database, relative to base path -DOPT_PATH_LOGGING: path to logging folder, relative to base path +- DOPT_DEVELOPMENT: flag which signals that the current environment is in development mode +- DOPT_STOP_FOLDER_NAME: stop folder to find base path +- DOPT_DB_CRM: path to CRM database, relative to base path +- DOPT_DB_MAIN: path to main database, relative to base path +- DOPT_PATH_LOGGING: path to logging folder, relative to base path