Skip to content

Commit 565804a

Browse files
committed
updates the documentation regarding repo urls again
1 parent fe2c7c2 commit 565804a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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 git url to your private recipe repo, f.i. git@github.com:moay/demo-recipes.git
11+
recipe_repo_private: The url to your private recipe repo, f.i. https://github.com/moay/demo-recipes
1212

1313
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`.
1414

0 commit comments

Comments
 (0)