From 4f458a846e7f62b03f24170210309ab62c8aa140 Mon Sep 17 00:00:00 2001 From: Vincent Hatakeyama Date: Wed, 30 Apr 2025 09:50:08 +0200 Subject: [PATCH] [IMP] server_environment: update readme with ODOO_STAGE possible value --- server_environment/readme/CONFIGURE.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/server_environment/readme/CONFIGURE.md b/server_environment/readme/CONFIGURE.md index 225be2d0b..9da4eb54c 100644 --- a/server_environment/readme/CONFIGURE.md +++ b/server_environment/readme/CONFIGURE.md @@ -1,6 +1,6 @@ To configure this module, you need to edit the main configuration file of your instance, and add a directive called `running_env`. Commonly -used values are 'dev', 'test', 'production': +used values are ‘dev’, ‘test’, ‘production’: [options] running_env=dev @@ -9,12 +9,13 @@ Or set the `RUNNING_ENV` or `ODOO_STAGE` environment variable. If both all are s will take the precedence on environment and `RUNNING_ENV` over `ODOO_STAGE`. `ODOO_STAGE` is used for odoo.sh platform where we can't set `RUNNING_ENV`, possible -observed values are `production`, `staging` and `dev` +observed values are ‘production’, ‘staging’ and ‘dev’. +‘dummy’ is also used on that platform when it tests a version before putting it in production. -Values associated to keys containing 'passw' are only displayed in the -'dev' environment. +Values associated to keys containing ‘passw’ are only displayed in the +‘dev’ environment. -If you don't provide any value, test is used as a safe default. +If you don't provide any value, ‘test’ is used as a safe default. You have several possibilities to set configuration values: