From 1c8d1a0f2e017c8375e080d691dc2f0af10dd9ae Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Fri, 19 Jun 2020 19:26:58 +0800 Subject: Main branch now customizable, annotated configs --- git-gmi/config.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'git-gmi/config.py') diff --git a/git-gmi/config.py b/git-gmi/config.py index f136b8e..0cd62de 100644 --- a/git-gmi/config.py +++ b/git-gmi/config.py @@ -1,3 +1,8 @@ +# where on the disk are the repos located GIT_CATALOG = "/home/fakefred/p/gemini/repos/" +# which path leads to your cgi app after the URL's host part CGI_PATH = "/git/cgi/" +# your site's display name GIT_GMI_SITE_TITLE = "git.gmi demo instance" +# the "main" branch that git.gmi defaults to +MAIN_BRANCH = "master" -- cgit v1.2.3