diff --git a/README.md b/README.md index 624c203..a13888b 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,15 @@ To configure this application, just place a file named `com.enonic.app.gitpull.c file holds a set of repositories to pull from. Every set is named and the keys are described as follows: * `.url` - Git URL (http, https, ssh). +* `.dir` - Destination directory to checkout. + +### HTTPS-Authentication * `.user` - Git server user (optional). * `.password` - Git server password (optional). + +### SSH-Authentication * `.keyPath` - SSH private key path (required for ssh-connections). * `.strictHostKeyChecking` - Boolean; Allow ssh to hosts without specifying hosts in hosts-file. -* `.dir` - Destination directory to checkout. Here's an example: