summaryrefslogtreecommitdiff
path: root/git-gmi/config.py
blob: d9b04e75732cf016ce86a59b3ec24b72be6ba4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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/"
# cache dir
CACHE_DIR = "/home/fakefred/Archive/_cache/"
# how long before cache expires, in seconds: int
CACHE_TTL = 120
# your site's display name
GIT_GMI_SITE_TITLE = "git.gmi demo instance"
# the "main" branch that git.gmi defaults to
MAIN_BRANCH = "master"