8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / api_client_authorizations / _show_help.html.erb
1 <pre>
2 ### Pasting the following lines at a shell prompt will allow Arvados SDKs
3 ### to authenticate to your account, <%= current_user.email %>
4
5 read ARVADOS_API_TOKEN &lt;&lt;EOF
6 <%= Thread.current[:arvados_api_token] %>
7 EOF
8 export ARVADOS_API_TOKEN ARVADOS_API_HOST=<%= current_api_host %>
9 <% if Rails.configuration.arvados_insecure_https %>
10 export ARVADOS_API_HOST_INSECURE=true
11 <% else %>
12 unset ARVADOS_API_HOST_INSECURE
13 <% end %>
14 </pre>