X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e12c7f0bcb0f5cbe80a0274d1758c0dec57aa6e4..2aa5e89121d595426dc884e87807e8d7a53be858:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index a7b53489c0..adb289c196 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -527,7 +527,7 @@ Clusters: TimeoutShutdown: 10s # Worker VM image ID. - ImageID: ami-01234567890abcdef + ImageID: "" # Tags to add on all resources (VMs, NICs, disks) created by # the container dispatcher. (Arvados's own tags -- @@ -629,3 +629,56 @@ Clusters: # their accounts are active on the remote cluster, activate # them on this cluster too. ActivateUsers: false + + Workbench: + # Workbench1 configs + Theme: default + ActivationContactLink: mailto:info@arvados.org + ArvadosDocsite: https://doc.arvados.org + ArvadosPublicDataDocURL: https://playground.arvados.org/projects/public + ShowUserAgreementInline: false + SecretToken: "" + SecretKeyBase: "" + RepositoryCache: /var/www/arvados-workbench/current/tmp/git + UserProfileFormFields: + SAMPLE: + Type: text + FormFieldTitle: "" + FormFieldDescription: "" + Required: true + UserProfileFormMessage: 'Welcome to Arvados. All required fields must be completed before you can proceed.' + ApplicationMimetypesWithViewIcon: + cwl: {} + fasta: {} + go: {} + javascript: {} + json: {} + pdf: {} + python: {} + x-python: {} + r: {} + rtf: {} + sam: {} + x-sh: {} + vnd.realvnc.bed: {} + xml: {} + xsl: {} + LogViewerMaxBytes: 1M + EnablePublicProjectsPage: true + EnableGettingStartedPopup: false + APIResponseCompression: true + APIClientConnectTimeout: 2m + APIClientReceiveTimeout: 5m + RunningJobLogRecordsToFetch: 2000 + ShowRecentCollectionsOnDashboard: true + ShowUserNotifications: true + MultiSiteSearch: false + Repositories: true + SiteName: Arvados Workbench + + # Workbench2 configs + VocabularyURL: "" + FileViewersConfigURL: "" + + # Use experimental controller code (see https://dev.arvados.org/issues/14287) + EnableBetaController14287: false