summaryrefslogtreecommitdiff
path: root/git-gmi/config.py
blob: 6624b3bbafba22a0f24500a44d3a733805557a5b (plain)
1
2
3
4
5
6
7
8
# where on the disk are the repos located
GIT_CATALOG = "/home/fakefred/p/_lab/gemini/repos/"
# which path leads to your cgi app after the URL's host part
CGI_PATH = "/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"