Skip to content

Commit d641f71

Browse files
committed
Added config reference for router.default_uri
1 parent 84fb7fa commit d641f71

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

reference/configuration/framework.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ Configuration
190190

191191
* `router`_
192192

193+
* `default_uri`_
193194
* `http_port`_
194195
* `https_port`_
195196
* `resource`_
@@ -1145,6 +1146,14 @@ The type of the resource to hint the loaders about the format. This isn't
11451146
needed when you use the default routers with the expected file extensions
11461147
(``.xml``, ``.yaml``, ``.php``).
11471148

1149+
default_uri
1150+
.........
1151+
1152+
**type**: ``string``
1153+
1154+
The default URI used to generate URLs in a non-HTTP context (see
1155+
:doc:`/routing`#generating-urls-in-commands).
1156+
11481157
http_port
11491158
.........
11501159

0 commit comments

Comments
 (0)