File tree Expand file tree Collapse file tree
server_environment/readme Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11To configure this module, you need to edit the main configuration file
22of 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
99will 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
1920You have several possibilities to set configuration values:
2021
You can’t perform that action at this time.
0 commit comments