aboutsummaryrefslogtreecommitdiffstats
path: root/internal/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config.go')
-rw-r--r--internal/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/config.go b/internal/config.go
index 9a1bc5f..564adbe 100644
--- a/internal/config.go
+++ b/internal/config.go
@@ -17,7 +17,8 @@ type Config struct {
Conference struct {
ScheduleURL string `yaml:"scheduleURL"`
} `yaml:"conference"`
- AcceptRegistrations bool `yaml:"acceptRegistrations"`
+ AcceptRegistrations bool `yaml:"acceptRegistrations"`
+ BaseURL string `yaml:"baseURL"`
}
func ReadConfig(configPath string, dst *Config) error {