We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c33a3c commit 075fa7dCopy full SHA for 075fa7d
user_guide_src/source/installation/running.rst
@@ -25,7 +25,7 @@ Initial Configuration
25
26
#. Open the **app/Config/App.php** file with a text editor and
27
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/'``.
+ be set within the :ref:`.env <dotenv-file>` file as ``app.baseURL = 'http://example.com/'``.
29
(Always use a trailing slash on your base URL!)
30
31
.. note:: If you don't set the ``baseURL`` correctly, in development mode,
0 commit comments