From dc55f9c0097e1c36b85d7666071b840b902920e9 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 20 Jan 2025 02:56:25 +0000 Subject: Add calendar support --- internal/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/config.go') 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 { -- cgit v1.2.3-70-g09d2