Merge pull request #17935 from drewhk/wip-17014-fwd-port-drewhk
+doc #17014: Make sentence about deployment paths a note
This commit is contained in:
commit
5793bde5b1
1 changed files with 5 additions and 2 deletions
|
|
@ -405,8 +405,11 @@ topics. An example may look like this:
|
|||
|
||||
.. includecode:: code/docs/config/ConfigDocSpec.scala#deployment-section
|
||||
|
||||
The deployment section for a specific actor is identified by the
|
||||
path of the actor relative to ``/user``.
|
||||
|
||||
.. note::
|
||||
|
||||
The deployment section for a specific actor is identified by the
|
||||
path of the actor relative to ``/user``.
|
||||
|
||||
You can use asterisks as wildcard matches for the actor path sections, so you could specify:
|
||||
``/*/sampleActor`` and that would match all ``sampleActor`` on that level in the hierarchy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue