Skip to content

Commit

Permalink
Added descriptions to environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 21, 2024
1 parent 75c167d commit 14d9e81
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ Environment Variables

Environment variables used inside the config

* ``DOCTRINE_CACHE``
* ``DOCTRINE_LOGGER``
* ``DOCTRINE_METADATA``
* ``DOCTRINE_PROXY_AUTOGENERATE``
* ``DOCTRINE_METADATA`` - The type of metadata for the Doctrine entities.
Defaults to ``attributes``.
* ``DOCTRINE_PROXY_AUTOGENERATE`` - Whether to autogenerate proxies. Should be
set to ``false`` for production.
* ``DOCTRINE_CACHE`` - The cache handler. Default is ``array``.
* ``DOCTRINE_METADATA_CACHE`` - The cache handler for metadata.
Default is ``DOCTRINE_CACHE``.
* ``DOCTRINE_QUERY_CACHE`` - The cache handler for the query cache.
Default is ``DOCTRINE_CACHE``.
* ``DOCTRINE_RESULT_CACHE`` - The cache handler for the results.
Default is ``DOCTRINE_CACHE``.


Application Folder Structure
Expand Down

0 comments on commit 14d9e81

Please sign in to comment.