Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / api_client_authorizations / _show_help.html.erb
index 14817215352ed0296cc372b5cadeb17c8f560333..18907ed71b6fe433dc06eb35b8f68a2799866891 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <pre>
 ### 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 &lt;&lt;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