Skip to content

Commit facec8d

Browse files
[IMP] server_environment: update readme with ODOO_STAGE possible value
1 parent 88441ec commit facec8d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

server_environment/readme/CONFIGURE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To configure this module, you need to edit the main configuration file
22
of your instance, and add a directive called `running_env`. Commonly
3-
used values are 'dev', 'test', 'production':
3+
used values are dev’, ‘test’, ‘production:
44

55
[options]
66
running_env=dev
@@ -9,12 +9,13 @@ Or set the `RUNNING_ENV` or `ODOO_STAGE` environment variable. If both all are s
99
will take the precedence on environment and `RUNNING_ENV` over `ODOO_STAGE`.
1010

1111
`ODOO_STAGE` is used for odoo.sh platform where we can't set `RUNNING_ENV`, possible
12-
observed values are `production`, `staging` and `dev`
12+
observed values are ‘production’, ‘staging’ and ‘dev’.
13+
‘dummy’ is also used on that platform when it tests a version before putting it in production.
1314

14-
Values associated to keys containing 'passw' are only displayed in the
15-
'dev' environment.
15+
Values associated to keys containing passw are only displayed in the
16+
dev environment.
1617

17-
If you don't provide any value, test is used as a safe default.
18+
If you don't provide any value, test is used as a safe default.
1819

1920
You have several possibilities to set configuration values:
2021

0 commit comments

Comments
 (0)