X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9ceb2df8ffaabceba72dbcc9be92cc4652565646..8f653bcac661fd5dae37c9f93d9027bb2242b8db:/sdk/go/arvados/config.go?ds=sidebyside diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index d7e92e6ed9..3f71c6b442 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -96,7 +96,7 @@ type Cluster struct { Mail struct { MailchimpAPIKey string MailchimpListID string - SendUserSetupNotificationEmail string + SendUserSetupNotificationEmail bool IssueReporterEmailFrom string IssueReporterEmailTo string SupportEmailAddress string @@ -113,6 +113,7 @@ type Cluster struct { Insecure bool } Users struct { + AnonymousUserToken string AdminNotifierEmailFrom string AutoAdminFirstUser bool AutoAdminUserWithEmail string @@ -139,26 +140,31 @@ type Cluster struct { EnablePublicProjectsPage bool FileViewersConfigURL string LogViewerMaxBytes ByteSize - MultiSiteSearch bool + MultiSiteSearch string + ProfilingEnabled bool Repositories bool RepositoryCache string RunningJobLogRecordsToFetch int SecretKeyBase string - SecretToken string ShowRecentCollectionsOnDashboard bool ShowUserAgreementInline bool ShowUserNotifications bool SiteName string Theme string + TrustAllContent bool UserProfileFormFields map[string]struct { Type string FormFieldTitle string FormFieldDescription string Required bool + Position int + Options map[string]struct{} } UserProfileFormMessage string VocabularyURL string } + + EnableBetaController14287 bool } type Services struct {