X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ef2d67b9251839b44146f1df16f8cdd2d8faa38f..522d525a4dcbf11a22d14ea78a0c362272533c34:/sdk/go/arvados/config.go diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index 076a3c44d7..6ec8f345d7 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -119,6 +119,11 @@ type Cluster struct { TrashSweepInterval Duration TrustAllContent bool + BlobMissingReport string + BalancePeriod Duration + BalanceCollectionBatch int + BalanceCollectionBuffers int + WebDAVCache WebDAVCacheConfig } Git struct { @@ -127,8 +132,10 @@ type Cluster struct { Repositories string } Login struct { - ProviderAppSecret string + GoogleClientID string + GoogleClientSecret string ProviderAppID string + ProviderAppSecret string LoginCluster string RemoteTokenRefresh Duration } @@ -202,6 +209,8 @@ type Cluster struct { } UserProfileFormMessage string VocabularyURL string + WelcomePageHTML string + InactivePageHTML string } EnableBetaController14287 bool