X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35336cd73e444534cb2eda20e3730464cc4e6553..d39470cbc160b9d51033a564e0b8867388a5a1d3:/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