Skip to content

Commit

Permalink
doc: new v18 environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 19, 2024
1 parent 49bf271 commit 18d5958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,19 @@ The following environment variables are used to generate the Odoo configuration
* ``ADMIN_PASSWD``
* ``DB_FILTER``
* ``DB_HOST``
* ``DB_REPLICA_HOST`` (>=18)
* ``DB_MAXCONN``
* ``DB_NAME``
* ``DB_PASSWORD``
* ``DB_PORT``
* ``DB_REPLICA_PORT`` (>=18)
* ``DB_SSLMODE``
* ``DB_TEMPLATE``
* ``DB_USER``
* ``LIMIT_MEMORY_HARD``
* ``LIMIT_MEMORY_HARD_GEVENT`` (>=18)
* ``LIMIT_MEMORY_SOFT``
* ``LIMIT_MEMORY_SOFT_GEVENT`` (>=18)
* ``LIMIT_REQUEST``
* ``LIMIT_TIME_CPU``
* ``LIMIT_TIME_REAL``
Expand Down

0 comments on commit 18d5958

Please sign in to comment.