aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.go b/config.go
index a38fd25..6261eb2 100644
--- a/config.go
+++ b/config.go
@@ -12,6 +12,9 @@ var config struct {
Net string `scfg:"net"`
Addr string `scfg:"addr"`
} `scfg:"http"`
+ Git struct {
+ Root string `scfg:"root"`
+ } `scfg:"git"`
DB struct {
Type string `scfg:"type"`
Conn string `scfg:"conn"`