X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f76e58645366a0cf1d33e8d681cb051e313ea713..d54ace4fb5dd3ce7d010c956d42113811b7b6df1:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 3670af29f4..7e95bb359e 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -170,7 +170,7 @@ common: user_profile_form_message: Welcome to Arvados. All required fields must be completed before you can proceed. # source_version - source_version: "<%= `git log -n 1 --format=%h` %>" + source_version: "<%= `git log -n 1 --format=%h`.strip %>" local_modified: false # report notification to and from addresses @@ -180,3 +180,6 @@ common: # 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