Skip to content

Commit

Permalink
docs: add link to how-to page
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 15, 2023
1 parent 72a1d16 commit b63b625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user_guide_src/source/database/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ within the class' constructor:

.. literalinclude:: configuration/008.php

.. _database-config-with-env-file:

**************************
Configuring with .env File
**************************
Expand Down
2 changes: 2 additions & 0 deletions user_guide_src/source/general/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ expect your ``Config\App`` to magically have that property and value at run time
When you have the property ``$default = ['encrypt' => false]`` in your
``Config\Database``, you cannot change the ``encrypt`` value to an array even if
you put ``database.default.encrypt.ssl_verify = true`` in your **.env**.
If you want to do like that, see
:ref:`Database Configuration <database-config-with-env-file>`.

Treating Environment Variables as Arrays
========================================
Expand Down

0 comments on commit b63b625

Please sign in to comment.