X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7cf55dce1df774d2c3daa3e54c0d4f27c38d4b11..4729ceb08aa3846326d1729f766f8f10179a2a78:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 790c1f79fd..dfc4f03fd8 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -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,4 @@ common: arvados_theme: default show_user_agreement_inline: false secret_token: ~ + default_openid_prefix: https://www.google.com/accounts/o8/id