From 1f34ccf2622c5b0ae1f727da4d539e03ef0f48df Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 5 Feb 2024 15:11:37 +0900 Subject: [PATCH] docs: add link to detailed page --- user_guide_src/source/installation/running.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/user_guide_src/source/installation/running.rst b/user_guide_src/source/installation/running.rst index 2538cfee2d9a..b9992ed7950a 100644 --- a/user_guide_src/source/installation/running.rst +++ b/user_guide_src/source/installation/running.rst @@ -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 ` +for details. Set to Development Mode =======================