diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-14 23:30:50 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-14 23:30:50 +0800 |
commit | 684179273dcb8cf873d1f488ae0038be30f23d74 (patch) | |
tree | 834a9604e77258d0212f242cb11a6861c8d81578 | |
parent | forge.scfg: Change default ssh root (diff) | |
download | forge-684179273dcb8cf873d1f488ae0038be30f23d74.tar.gz forge-684179273dcb8cf873d1f488ae0038be30f23d74.tar.zst forge-684179273dcb8cf873d1f488ae0038be30f23d74.zip |
config.go: Remove git.root
We've switched to looking through the database to find paths to repos,
so we won't need this for now.
But perhaps it'll be re-added in the future when people could create
repos via the web interface.
-rw-r--r-- | config.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,9 +29,6 @@ var config struct { General struct { Title string `scfg:"title"` } `scfg:"general"` - Git struct { - Root string `scfg:"root"` - } `scfg:"git"` DB struct { Type string `scfg:"type"` Conn string `scfg:"conn"` |