diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-28 01:39:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-29 00:45:48 +0300 |
commit | 65f7914fae146318060d1538b7b8441b7106e476 (patch) | |
tree | f26a1955105b1224c145437f5023c818d31ce1bb /examples | |
parent | .ci: random local repository directory (diff) | |
download | cgitize-65f7914fae146318060d1538b7b8441b7106e476.tar.gz cgitize-65f7914fae146318060d1538b7b8441b7106e476.zip |
examples: mention the "ssh" setting
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cgitize.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/cgitize.conf b/examples/cgitize.conf index a6ed701..f3a2d0d 100644 --- a/examples/cgitize.conf +++ b/examples/cgitize.conf @@ -13,6 +13,9 @@ output = /path/to/output/ # format, etc.). clone_url = http://example.com:8080/git/{repo_id} +# Clones via SSH by default. +ssh = True + owner = Your Name [GITHUB] |