3112: config settings, mailer, popup display
[arvados.git] / apps / workbench / config / application.default.yml
index 3b4c2c0684bdb6cff3795776bc60b5588d2ec3ec..13829b6e18a3289c9ac6a283051508e3ef3a27ae 100644 (file)
@@ -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 in
   # the profile page. If this is not provided, a default message will be displayed.
   user_profile_form_message: Welcome to Arvados. Please fill in all required fields before you can access Arvados Workbench. Missing required fields are in <span style="color:red">red</span>.
+
+  # source_version
+  source_version: <%= `git log -n 1 --format=%h` %>
+  local_modified: false
+
+  # report nitification to and from addresses
+  report_notifier_email_from: arvados@example.com
+  report_notifier_email_to: arvados@example.com
+  support_email_address: arvados@example.com