Skip to content

Commit 1d641a5

Browse files
committed
docs: add note about baseURL and debug toolbar
1 parent 71da808 commit 1d641a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

user_guide_src/source/installation/running.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Initial Configuration
2121
set your base URL to ``$baseURL``. If you need more flexibility, the baseURL may
2222
be set within the **.env** file as ``app.baseURL = 'http://example.com/'``.
2323
(Always use a trailing slash on your base URL!)
24+
25+
.. note:: If you don't set the ``baseURL`` correctly, in development mode,
26+
the debug toolbar may not load properly and web pages may take considerably
27+
longer to display.
28+
2429
#. If you intend to use a database, open the
2530
**app/Config/Database.php** file with a text editor and set your
2631
database settings. Alternately, these could be set in your **.env** file.

0 commit comments

Comments
 (0)