Skip to content

Commit 3d5d73f

Browse files
authored
fix local binding registry filename in reuse-and-compose.md (#2632)
The file starts with a dot and this was omitted in a couple of places in this section.
1 parent 29f8e03 commit 3d5d73f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guides/integration/reuse-and-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,9 @@ You can cmd/ctrl-click or double click on that to see the file's content, and fi
594594
595595
Whenever you start a CAP server with `cds watch`, this is what happens automatically:
596596
597-
1. For all *provided* services, corresponding entries are written to _~/cds-services.json_ with respective `credentials`, namely the `url`.
597+
1. For all *provided* services, corresponding entries are written to _~/.cds-services.json_ with respective `credentials`, namely the `url`.
598598
599-
2. For all *required* services, corresponding entries are fetched from _~/cds-services.json_. If found, the `credentials` are filled into the respective entry in `cds.env.requires.<service>` [as introduced previously](#bindings-via-cds-env).
599+
2. For all *required* services, corresponding entries are fetched from _~/.cds-services.json_. If found, the `credentials` are filled into the respective entry in `cds.env.requires.<service>` [as introduced previously](#bindings-via-cds-env).
600600
601601
In effect, all the services that you start locally in separate processes automatically receive their required bindings so they can talk to each other out of the box.
602602

0 commit comments

Comments
 (0)