X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e1df29a3d682b28400ca35e490aa4a95aa564246..7dcbe06182de70d158835e400d61fa026eac6384:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 92e2d7b4d5..fe8d45509e 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -72,6 +72,7 @@ var whitelist = map[string]bool{ "API.MaxTokenLifetime": false, "API.RequestTimeout": true, "API.SendTimeout": true, + "API.VocabularyPath": false, "API.WebsocketClientEventQueue": false, "API.WebsocketServerEventQueue": false, "AuditLogs": false, @@ -119,6 +120,8 @@ var whitelist = map[string]bool{ "Containers.JobsAPI": true, "Containers.JobsAPI.Enable": true, "Containers.JobsAPI.GitInternalDir": false, + "Containers.LocalKeepBlobBuffersPerVCPU": false, + "Containers.LocalKeepLogsToContainerLog": false, "Containers.Logging": false, "Containers.LogReuseDecisions": false, "Containers.LSF": false, @@ -274,7 +277,6 @@ var whitelist = map[string]bool{ "Workbench.UserProfileFormFields.*.*": true, "Workbench.UserProfileFormFields.*.*.*": true, "Workbench.UserProfileFormMessage": true, - "Workbench.VocabularyURL": true, "Workbench.WelcomePageHTML": true, }