X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/011cdc12d3d3a664e8a8ef09bc0e7f5223afa6df..5d3d32d5532d39f1ef85a9e01b9b70cd28cf3579:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index dd306414b4..8be89b8545 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -185,8 +185,16 @@ common: issue_reporter_email_to: arvados@example.com support_email_address: arvados@example.com + # generic issue email from + email_from: arvados@example.com + # filename suffixes for which view icon would be shown in collection show page filename_suffixes_with_view_icon: [txt, gif, jpeg, jpg, png, html, htm, pdf] # the maximum number of bytes to load in the log viewer log_viewer_max_bytes: 1000000 + + # 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. + anonymous_user_token: false