diff options
Diffstat (limited to 'git-gmi/config.py')
-rw-r--r-- | git-gmi/config.py | 5 |
1 files changed, 5 insertions, 0 deletions
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" |