X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e4f96fc61cd9c85f91bdb0020bc365f2f4825ffb..d02c4efcfdbe8f21fba895749988b14b7db41310:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 139255214f..c80b7f960a 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 @@ -51,6 +51,14 @@ test: 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 common: @@ -64,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