[UPD] README.rst
This commit is contained in:
parent
c0b43a47be
commit
cb09dec295
|
|
@ -7,7 +7,7 @@ server configuration environment files
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:b172836862f16f4a8b93630db75b2b4a8e30383390194ff3f4a944c470e57b9e
|
||||
!! source digest: sha256:aac6d73fa8de5613878d12ae81e7c3093dbaa261ba87713478c7415a7533ee39
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
||||
|
|
@ -71,6 +71,12 @@ used values are 'dev', 'test', 'production'::
|
|||
[options]
|
||||
running_env=dev
|
||||
|
||||
Or set the `RUNNING_ENV` or `ODOO_STAGE` environment variable. If both all are set config file
|
||||
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`
|
||||
|
||||
Values associated to keys containing 'passw' are only displayed in the 'dev'
|
||||
environment.
|
||||
|
||||
|
|
|
|||
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:b172836862f16f4a8b93630db75b2b4a8e30383390194ff3f4a944c470e57b9e
|
||||
!! source digest: sha256:aac6d73fa8de5613878d12ae81e7c3093dbaa261ba87713478c7415a7533ee39
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-env/tree/14.0/server_environment"><img alt="OCA/server-env" src="https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-env-14-0/server-env-14-0-server_environment"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-env&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module provides a way to define an environment in the main Odoo
|
||||
|
|
@ -424,6 +424,10 @@ used values are ‘dev’, ‘test’, ‘production’:</p>
|
|||
[options]
|
||||
running_env=dev
|
||||
</pre>
|
||||
<p>Or set the <cite>RUNNING_ENV</cite> or <cite>ODOO_STAGE</cite> environment variable. If both all are set config file
|
||||
will take the precedence on environment and <cite>RUNNING_ENV</cite> over <cite>ODOO_STAGE</cite>.</p>
|
||||
<p><cite>ODOO_STAGE</cite> is used for odoo.sh platform where we can’t set <cite>RUNNING_ENV</cite>, possible
|
||||
observed values are <cite>production</cite>, <cite>staging</cite> and <cite>dev</cite></p>
|
||||
<p>Values associated to keys containing ‘passw’ are only displayed in the ‘dev’
|
||||
environment.</p>
|
||||
<p>If you don’t provide any value, <cite>test</cite> is used as a safe default.</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue