aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/app/config.go')
-rw-r--r--dashboard/app/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/config.go b/dashboard/app/config.go
index 946020572..7398b0114 100644
--- a/dashboard/app/config.go
+++ b/dashboard/app/config.go
@@ -26,8 +26,8 @@ import (
type GlobalConfig struct {
// Min access levels specified hierarchically throughout the config.
AccessLevel AccessLevel
- // Email suffix of authorized users (e.g. "@foobar.com").
- AuthDomain string
+ // Email suffixes of authorized users (e.g. []string{"@foo.com","@bar.org"}).
+ AuthDomains []string
// Google Analytics Tracking ID.
AnalyticsTrackingID string
// URL prefix of source coverage reports.