summaryrefslogtreecommitdiff
path: root/src/gmi/gmi.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmi/gmi.go')
-rw-r--r--src/gmi/gmi.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gmi/gmi.go b/src/gmi/gmi.go
index 9ef6e19..6835ea0 100644
--- a/src/gmi/gmi.go
+++ b/src/gmi/gmi.go
@@ -30,6 +30,8 @@ type Params struct {
PublicURL *url.URL
ListenAddr string
CertificatesPath string
+
+ HTTPPublicURL *url.URL
}
// SetupCfg implement the cfg.Cfger interface.