X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..0f5b0542513b572959e39400bae42e69aeb1a7b6:/apps/workbench/app/views/api_client_authorizations/_show_help.html.erb diff --git a/apps/workbench/app/views/api_client_authorizations/_show_help.html.erb b/apps/workbench/app/views/api_client_authorizations/_show_help.html.erb index 0118390e5b..18907ed71b 100644 --- a/apps/workbench/app/views/api_client_authorizations/_show_help.html.erb +++ b/apps/workbench/app/views/api_client_authorizations/_show_help.html.erb @@ -10,7 +10,7 @@ read ARVADOS_API_TOKEN <<EOF <%= Thread.current[:arvados_api_token] %> EOF export ARVADOS_API_TOKEN ARVADOS_API_HOST=<%= current_api_host %> -<% if Rails.configuration.arvados_insecure_https %> +<% if Rails.configuration.TLS.Insecure %> export ARVADOS_API_HOST_INSECURE=true <% else %> unset ARVADOS_API_HOST_INSECURE