Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / config / application.default.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Do not use this file for site configuration. Create application.yml
6 # instead (see application.yml.example).
7
8 # Below is a sample setting for diagnostics testing.
9 # Configure workbench URL as "arvados_workbench_url"
10 # Configure test user tokens as "user_tokens".
11 #   At this time the tests need an "active" user token.
12 # Also, configure the pipelines to be executed as "pipelines_to_test".
13 # For each of the pipelines identified by the name of your choice
14 #     ("pipeline_1" and "pipeline_2" in this sample), provide the following:
15 #   template_uuid: is the uuid of the template to be executed
16 #   input_paths: an array of inputs for the pipeline. Use either a collection's "uuid"
17 #     or a file's "uuid/file_name" path in this array. If the pipeline does not require
18 #     any inputs, this can be omitted.
19 #   max_wait_seconds: max time in seconds to wait for the pipeline run to complete.
20 #     Default value of 30 seconds is used when this value is not provided.
21 diagnostics:
22   arvados_workbench_url: https://localhost:3031
23   user_tokens:
24     active: eu33jurqntstmwo05h1jr3eblmi961e802703y6657s8zb14r
25   pipelines_to_test:
26     pipeline_1:
27       template_uuid: zzzzz-p5p6p-rxj8d71854j9idn
28       input_paths: [zzzzz-4zz18-nz98douzhaa3jh2]
29       max_wait_seconds: 10
30     pipeline_2:
31       template_uuid: zzzzz-p5p6p-1xbobfobk94ppbv
32       input_paths: [zzzzz-4zz18-nz98douzhaa3jh2, zzzzz-4zz18-gpw9o5wpcti3nib]
33   container_requests_to_test:
34     container_request_1:
35       workflow_uuid: zzzzz-7fd4e-60e96shgwspt4mw
36       input_paths: []
37       max_wait_seconds: 10
38
39 # Below is a sample setting for performance testing.
40 # Configure workbench URL as "arvados_workbench_url"
41 # Configure test user token as "user_token".
42 performance:
43   arvados_workbench_url: https://localhost:3031
44   user_token: eu33jurqntstmwo05h1jr3eblmi961e802703y6657s8zb14r
45
46 development:
47   cache_classes: false
48   eager_load: true
49   consider_all_requests_local: true
50   action_controller.perform_caching: false
51   action_mailer.raise_delivery_errors: false
52   active_support.deprecation: :log
53   action_dispatch.best_standards_support: :builtin
54   assets.debug: true
55   profiling_enabled: true
56   site_name: Arvados Workbench (dev)
57
58   # API server configuration
59   arvados_login_base: ~
60   arvados_v1_base: ~
61   arvados_insecure_https: ~
62
63 production:
64   force_ssl: true
65   cache_classes: true
66   eager_load: true
67   consider_all_requests_local: false
68   action_controller.perform_caching: true
69   serve_static_assets: false
70   assets.compile: false
71   assets.digest: true
72   i18n.fallbacks: true
73   active_support.deprecation: :notify
74   profiling_enabled: false
75
76   arvados_insecure_https: false
77
78   data_import_dir: /data/arvados-workbench-upload/data
79   data_export_dir: /data/arvados-workbench-download/data
80
81   # API server configuration
82   arvados_login_base: ~
83   arvados_v1_base: ~
84   arvados_insecure_https: ~
85
86   site_name: Arvados Workbench
87
88 test:
89   cache_classes: true
90   eager_load: false
91   serve_static_assets: true
92   static_cache_control: public, max-age=3600
93   consider_all_requests_local: true
94   action_controller.perform_caching: false
95   action_dispatch.show_exceptions: false
96   action_controller.allow_forgery_protection: false
97   action_mailer.delivery_method: :test
98   active_support.deprecation: :stderr
99   profiling_enabled: true
100   secret_token: <%= rand(2**256).to_s(36) %>
101   secret_key_base: <%= rand(2**256).to_s(36) %>
102
103   # When you run the Workbench's integration tests, it starts the API
104   # server as a dependency.  These settings should match the API
105   # server's Rails defaults.  If you adjust those, change these
106   # settings in application.yml to match.
107   arvados_login_base: https://localhost:3000/login
108   arvados_v1_base: https://localhost:3000/arvados/v1
109   arvados_insecure_https: true
110
111   site_name: Workbench:test
112
113   # Enable user profile with one required field
114   user_profile_form_fields:
115     - key: organization
116       type: text
117       form_field_title: Institution
118       form_field_description: Your organization
119       required: true
120     - key: role
121       type: select
122       form_field_title: Your role
123       form_field_description: Choose the category that best describes your role in your organization.
124       options:
125         - Bio-informatician
126         - Computational biologist
127         - Biologist or geneticist
128         - Software developer
129         - IT
130         - Other
131
132 common:
133   assets.js_compressor: false
134   assets.css_compressor: false
135   data_import_dir: /tmp/arvados-workbench-upload
136   data_export_dir: /tmp/arvados-workbench-download
137   arvados_login_base: https://arvados.local/login
138   arvados_v1_base: https://arvados.local/arvados/v1
139   arvados_insecure_https: true
140   activation_contact_link: mailto:info@arvados.org
141   arvados_docsite: http://doc.arvados.org
142   arvados_public_data_doc_url: http://arvados.org/projects/arvados/wiki/Public_Pipelines_and_Datasets
143   arvados_theme: default
144   show_user_agreement_inline: false
145   secret_token: ~
146   secret_key_base: false
147   default_openid_prefix: https://www.google.com/accounts/o8/id
148   send_user_setup_notification_email: true
149
150   # Scratch directory used by the remote repository browsing
151   # feature. If it doesn't exist, it (and any missing parents) will be
152   # created using mkdir_p.
153   repository_cache: <%= File.expand_path 'tmp/git', Rails.root %>
154
155   # Set user_profile_form_fields to enable and configure the user
156   # profile page. Default is set to false. A commented example with
157   # full description is provided below.
158   user_profile_form_fields: false
159
160   # Below is a sample setting of user_profile_form_fields config parameter.
161   # This configuration parameter should be set to either false (to disable) or
162   # to an array as shown below.
163   # Configure the list of input fields to be displayed in the profile page
164   # using the attribute "key" for each of the input fields.
165   # This sample shows configuration with one required and one optional form fields.
166   # For each of these input fields:
167   #   You can specify "type" as "text" or "select".
168   #   List the "options" to be displayed for each of the "select" menu.
169   #   Set "required" as "true" for any of these fields to make them required.
170   # If any of the required fields are missing in the user's profile, the user will be
171   # redirected to the profile page before they can access any Workbench features.
172   #user_profile_form_fields:
173   #  - key: organization
174   #    type: text
175   #    form_field_title: Institution/Company
176   #    form_field_description: Your organization
177   #    required: true
178   #  - key: role
179   #    type: select
180   #    form_field_title: Your role
181   #    form_field_description: Choose the category that best describes your role in your organization.
182   #    options:
183   #      - Bio-informatician
184   #      - Computational biologist
185   #      - Biologist or geneticist
186   #      - Software developer
187   #      - IT
188   #      - Other
189
190   # Use "user_profile_form_message" to configure the message you want to display on
191   # the profile page.
192   user_profile_form_message: Welcome to Arvados. All <span style="color:red">required fields</span> must be completed before you can proceed.
193
194   # Override the automatic version string. With the default value of
195   # false, the version string is read from git-commit.version in
196   # Rails.root (included in vendor packages) or determined by invoking
197   # "git log".
198   source_version: false
199
200   # report notification to and from addresses
201   issue_reporter_email_from: arvados@example.com
202   issue_reporter_email_to: arvados@example.com
203   support_email_address: arvados@example.com
204
205   # generic issue email from
206   email_from: arvados@example.com
207
208   # Mimetypes of applications for which the view icon
209   # would be enabled in a collection's show page.
210   # It is sufficient to list only applications here.
211   # No need to list text and image types.
212   application_mimetypes_with_view_icon: [fasta, go, javascript, json, pdf, python, r, rtf, sam, sh, xml, xsl]
213
214   # the maximum number of bytes to load in the log viewer
215   log_viewer_max_bytes: 1000000
216
217   # Set anonymous_user_token to enable anonymous user access. You can get
218   # the token by running "bundle exec ./script/get_anonymous_user_token.rb"
219   # in the directory where your API server is running.
220   anonymous_user_token: false
221
222   # when anonymous_user_token is configured, show public projects page
223   enable_public_projects_page: true
224
225   # by default, disable the "Getting Started" popup which is specific to the public beta install
226   enable_getting_started_popup: false
227
228   # Ask Arvados API server to compress its response payloads.
229   api_response_compression: true
230
231   # Timeouts for API requests.
232   api_client_connect_timeout: 120
233   api_client_receive_timeout: 300
234
235   # ShellInABox service endpoint URL for a given VM.  If false, do not
236   # offer web shell logins.
237   #
238   # E.g., using a path-based proxy server to forward connections to shell hosts:
239   # https://webshell.uuid_prefix.arvadosapi.com/%{hostname}
240   #
241   # E.g., using a name-based proxy server to forward connections to shell hosts:
242   # https://%{hostname}.webshell.uuid_prefix.arvadosapi.com/
243   shell_in_a_box_url: false
244
245   # Format of preview links. If false, use keep_web_download_url
246   # instead, and disable inline preview. If both are false, use
247   # Workbench's built-in file download/preview mechanism.
248   #
249   # Examples:
250   # keep_web_url: https://%{uuid_or_pdh}.collections.uuid_prefix.arvadosapi.com
251   # keep_web_url: https://%{uuid_or_pdh}--collections.uuid_prefix.arvadosapi.com
252   #
253   # Example supporting only public data and collection-sharing links
254   # (other data will be handled as downloads via keep_web_download_url):
255   # keep_web_url: https://collections.uuid_prefix.arvadosapi.com/c=%{uuid_or_pdh}
256   keep_web_url: false
257
258   # Format of download links. If false, use keep_web_url with
259   # disposition=attachment query param.
260   #
261   # The host part of the keep_web_download_url value here must match
262   # the -attachment-only-host argument given to keep-web: if
263   # keep_web_download_url is "https://FOO.EXAMPLE/c=..." then keep-web
264   # must run with "-attachment-only-host=FOO.EXAMPLE".
265   #
266   # If keep_web_download_url is false, and keep_web_url uses a
267   # single-origin form, then Workbench will show an error page
268   # when asked to download or preview private data.
269   #
270   # Example:
271   # keep_web_download_url: https://download.uuid_prefix.arvadosapi.com/c=%{uuid_or_pdh}
272   keep_web_download_url: false
273
274   # In "trust all content" mode, Workbench will redirect download
275   # requests to keep-web, even in the cases when keep-web would have
276   # to expose XSS vulnerabilities in order to handle the redirect.
277   #
278   # When enabling this setting, the -trust-all-content flag on the
279   # keep-web server must also be enabled.  For more detail, see
280   # https://godoc.org/github.com/curoverse/arvados/services/keep-web
281   #
282   # This setting has no effect in the recommended configuration, where
283   # the host part of keep_web_url begins with %{uuid_or_pdh}: in this
284   # case XSS protection is provided by browsers' same-origin policy.
285   #
286   # The default setting (false) is appropriate for a multi-user site.
287   trust_all_content: false
288
289   # Maximum number of historic log records of a running job to fetch
290   # and display in the Log tab, while subscribing to web sockets.
291   running_job_log_records_to_fetch: 2000
292
293   # In systems with many shared projects, loading of dashboard and topnav
294   # cab be slow due to collections indexing; use the following parameters
295   # to suppress these properties
296   show_recent_collections_on_dashboard: true
297   show_user_notifications: true