Skip to content

Commit 1dddb22

Browse files
committed
Finalizes current documentation updates
1 parent 565804a commit 1dddb22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/topics/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ In order to change the configuration, alter the file `/config/services.yaml`.
88

99
Your private recipes repo must be a git repo. It must be available via git, so it should be either a public repo or you should ensure that your server has access to it, probably by setting up some sort of SSH keys. In order to make the server use your repo, set this parameter:
1010

11-
recipe_repo_private: The url to your private recipe repo, f.i. https://github.com/moay/demo-recipes
11+
recipe_repo_private: The url to your private recipe repo
1212

13-
After changing the configuration, you'll need to update the repos. Whenever you change the repo entirely, it is recommended to completely reset the private repo by executing the command `php bin/console recipes:reset private`.
14-
1513
The url provided must be a *https* url. Make sure to provide the right url structure, here are two examples:
1614

1715
* `https://github.com/moay/demo-recipes`
1816
* `https://bitbucket.org/mvmoay/demo-recipes`
1917

2018
Using git urls will not work properly.
2119

20+
After changing the configuration, you'll need to update the repos. Whenever you change the repo entirely, it is recommended to completely reset the private repo by executing the command `php bin/console recipes:reset private`.
21+
2222
Read more about these commands [here](commands.md).
2323

2424
### Official endpoint configuration options

0 commit comments

Comments
 (0)