Merge pull request #8514 from kenjis/docs-running.rst

docs: add link to detailed page in installation/running.rst
This commit is contained in:
kenjis 2024-02-06 08:57:16 +09:00 committed by GitHub
commit 9699a16ad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,9 +49,10 @@ Open the **app/Config/App.php** file with a text editor.
Configure Database Connection Settings
======================================
If you intend to use a database, open the
**app/Config/Database.php** file with a text editor and set your
database settings. Alternately, these could be set in your **.env** file.
If you intend to use a database, open the **app/Config/Database.php** file with
a text editor and set your database settings. Alternately, these could be set in
your **.env** file. See :ref:`Database Configuration <database-config-explanation-of-values>`
for details.
Set to Development Mode
=======================