X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/889be1993b1c270b361f3502f33ead1dae95c9a2..60cd2ac359e15c65cd5714658f49b624eccab0c8:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index cbd9ff6d7f..e51e6fc32c 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -93,7 +93,9 @@ var whitelist = map[string]bool{ "Collections.BalanceCollectionBatch": false, "Collections.BalanceCollectionBuffers": false, "Collections.BalancePeriod": false, + "Collections.BalancePullLimit": false, "Collections.BalanceTimeout": false, + "Collections.BalanceTrashLimit": false, "Collections.BalanceUpdateLimit": false, "Collections.BlobDeleteConcurrency": false, "Collections.BlobMissingReport": false, @@ -292,7 +294,6 @@ var whitelist = map[string]bool{ "Workbench.Repositories": false, "Workbench.RepositoryCache": false, "Workbench.RunningJobLogRecordsToFetch": true, - "Workbench.SecretKeyBase": false, "Workbench.ShowRecentCollectionsOnDashboard": true, "Workbench.ShowUserAgreementInline": true, "Workbench.ShowUserNotifications": true,