X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cadfd226ac8911d34d7dc66ea75ac977ec1319d8..cf98484b422c29dfa251da5a176e18096f09aa7a:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 0078da37eb..f17c13d2a9 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -60,6 +60,14 @@ Clusters: ExternalURL: "" WebShell: InternalURLs: {} + # ShellInABox service endpoint URL for a given VM. If empty, do not + # offer web shell logins. + # + # E.g., using a path-based proxy server to forward connections to shell hosts: + # https://webshell.uuid_prefix.arvadosapi.com + # + # E.g., using a name-based proxy server to forward connections to shell hosts: + # https://*.webshell.uuid_prefix.arvadosapi.com ExternalURL: "" Workbench1: InternalURLs: {} @@ -170,6 +178,11 @@ Clusters: NewUserNotificationRecipients: [] NewInactiveUserNotificationRecipients: [] + # Set anonymous_user_token to enable anonymous user access. You can get + # the token by running "bundle exec ./script/get_anonymous_user_token.rb" + # in the directory where your API server is running. + AnonymousUserToken: "" + AuditLogs: # Time to keep audit logs, in seconds. (An audit log is a row added # to the "logs" table in the PostgreSQL database each time an @@ -500,7 +513,7 @@ Clusters: # Shell command to execute on each worker to determine whether # the worker is booted and ready to run containers. It should # exit zero if the worker is ready. - BootProbeCommand: "docker ps" + BootProbeCommand: "docker ps -q" # Minimum interval between consecutive probes to a single # worker. @@ -613,7 +626,7 @@ Clusters: Mail: MailchimpAPIKey: "" MailchimpListID: "" - SendUserSetupNotificationEmail: "" + SendUserSetupNotificationEmail: true IssueReporterEmailFrom: "" IssueReporterEmailTo: "" SupportEmailAddress: "" @@ -651,16 +664,31 @@ Clusters: 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 + UserProfileFormFields: {} + # exampleTextValue: # key that will be set in properties + # Type: text # + # FormFieldTitle: "" + # FormFieldDescription: "" + # Required: true + # Position: 1 + # exampleOptionsValue: + # Type: select + # FormFieldTitle: "" + # FormFieldDescription: "" + # Required: true + # Position: 1 + # Options: + # red: {} + # blue: {} + # yellow: {} UserProfileFormMessage: 'Welcome to Arvados. All required fields must be completed before you can proceed.' + + # Mimetypes of applications for which the view icon + # would be enabled in a collection's show page. + # It is sufficient to list only applications here. + # No need to list text and image types. ApplicationMimetypesWithViewIcon: cwl: {} fasta: {} @@ -686,10 +714,14 @@ Clusters: RunningJobLogRecordsToFetch: 2000 ShowRecentCollectionsOnDashboard: true ShowUserNotifications: true - MultiSiteSearch: false + MultiSiteSearch: "" Repositories: true SiteName: Arvados Workbench + TrustAllContent: false # Workbench2 configs VocabularyURL: "" FileViewersConfigURL: "" + + # Use experimental controller code (see https://dev.arvados.org/issues/14287) + EnableBetaController14287: false