Skip to content

Commit

Permalink
Fix info regarding full base url.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 19, 2020
1 parent 79ab53c commit 5319e98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions en/development/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ data from the environment::
The second value passed to the env function is the default value. This value
will be used if no environment variable exists for the given key.

.. _general-configuration:

General Configuration
---------------------

Expand Down
4 changes: 2 additions & 2 deletions en/development/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ CakePHP, and should not be used unless you want the special meaning
Defaults to the current scheme.
* ``_host`` Set the host to use for the link. Defaults to the current host.
* ``_port`` Set the port if you need to create links on non-standard ports.
* ``_full`` If ``true`` the `FULL_BASE_URL` constant will be prepended to
generated URLs.
* ``_full`` If ``true`` the value of ``App.fullBaseUrl`` mentioned in
:ref:`general-configuration` will be prepended to generated URLs.
* ``#`` Allows you to set URL hash fragments.
* ``_ssl`` Set to ``true`` to convert the generated URL to https or ``false``
to force http.
Expand Down

0 comments on commit 5319e98

Please sign in to comment.