From 65f7914fae146318060d1538b7b8441b7106e476 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 28 Mar 2021 01:39:04 +0300 Subject: examples: mention the "ssh" setting --- examples/cgitize.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') 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] -- cgit v1.2.3