Rename owned_items to contents.
[arvados.git] / apps / workbench / config / application.default.yml
index 790c1f79fd2390de2a86f67916daf03f19a5a345..c80b7f960a66f0fe11099688074ae6df289120b2 100644 (file)
@@ -1,4 +1,4 @@
-# Do not use this file for site configuration. Create config.yml
+# Do not use this file for site configuration. Create application.yml
 # instead (see application.yml.example).
 
 development:
@@ -14,7 +14,7 @@ development:
   assets.compress: false
   assets.debug: true
   profiling_enabled: true
-  site_name: Workbench:dev
+  site_name: Arvados Workbench (dev)
 
 production:
   force_ssl: true
@@ -49,6 +49,15 @@ test:
   active_record.mass_assignment_sanitizer: :strict
   active_support.deprecation: :stderr
   profiling_enabled: false
+  secret_token: <%= rand(2**256).to_s(36) %>
+
+  # When you run the Workbench's integration tests, it starts the API
+  # server as a dependency.  These settings should match the API
+  # server's Rails defaults.  If you adjust those, change these
+  # settings in application.yml to match.
+  arvados_login_base: https://localhost:3001/login
+  arvados_v1_base: https://localhost:3001/arvados/v1
+  arvados_insecure_https: true
 
   site_name: Workbench:test
 
@@ -63,3 +72,5 @@ common:
   arvados_theme: default
   show_user_agreement_inline: false
   secret_token: ~
+  default_openid_prefix: https://www.google.com/accounts/o8/id
+  send_user_setup_notification_email: true