Skip to content

Commit 075fa7d

Browse files
committed
docs: add link to dotenv file explanation
1 parent 6c33a3c commit 075fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/installation/running.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Initial Configuration
2525

2626
#. Open the **app/Config/App.php** file with a text editor and
2727
set your base URL to ``$baseURL``. If you need more flexibility, the baseURL may
28-
be set within the **.env** file as ``app.baseURL = 'http://example.com/'``.
28+
be set within the :ref:`.env <dotenv-file>` file as ``app.baseURL = 'http://example.com/'``.
2929
(Always use a trailing slash on your base URL!)
3030

3131
.. note:: If you don't set the ``baseURL`` correctly, in development mode,

0 commit comments

Comments
 (0)