aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/cgitize.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/cgitize.conf3
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]