X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..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 1481721535..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 @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
 ### Pasting the following lines at a shell prompt will allow Arvados SDKs
 ### to authenticate to your account, <%= current_user.email %>
@@ -6,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