X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39..e46caaf835e32106e2da5aa7f895435bd4718da6:/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