X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1cf34cb15ce0d6885af6132196b43602c7d741d1..9074f3f32aa13274f266bfb091bdac43426bb4d9:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 9443520b14..33ab2ce549 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -12,6 +12,7 @@ development: assets.debug: true profiling_enabled: true site_name: Arvados Workbench (dev) + local_modified: <%= '-modified' if `git status -s` %> production: force_ssl: true @@ -131,3 +132,12 @@ common: # Use "user_profile_form_message" to configure the message you want to display on # the profile page. 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` %> + local_modified: false + + # report notification to and from addresses + issue_reporter_email_from: arvados@example.com + issue_reporter_email_to: arvados@example.com + support_email_address: arvados@example.com