diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-07-13 19:20:26 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-07-22 16:38:19 +0800 |
commit | c6618917653df5b4a4bf1f98120580168f4bb1ff (patch) | |
tree | d69a3039b5ed2ffd5a0448a319f1aff9d44b6784 /git-gmi/config.py | |
parent | d1d84e2738462a00a9286b81fd7f29440ff39386 (diff) |
Remote: migrate to gemini://git.fkfd.me
Diffstat (limited to 'git-gmi/config.py')
-rw-r--r-- | git-gmi/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-gmi/config.py b/git-gmi/config.py index 0cd62de..6624b3b 100644 --- a/git-gmi/config.py +++ b/git-gmi/config.py @@ -1,7 +1,7 @@ # where on the disk are the repos located -GIT_CATALOG = "/home/fakefred/p/gemini/repos/" +GIT_CATALOG = "/home/fakefred/p/_lab/gemini/repos/" # which path leads to your cgi app after the URL's host part -CGI_PATH = "/git/cgi/" +CGI_PATH = "/cgi/" # your site's display name GIT_GMI_SITE_TITLE = "git.gmi demo instance" # the "main" branch that git.gmi defaults to |