aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 23:30:50 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 23:30:50 +0800
commit684179273dcb8cf873d1f488ae0038be30f23d74 (patch)
tree834a9604e77258d0212f242cb11a6861c8d81578
parentforge.scfg: Change default ssh root (diff)
downloadforge-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.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.go b/config.go
index d427aee..31ab743 100644
--- a/config.go
+++ b/config.go
@@ -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"`