fixes and docs for testing crunch jobs locally
[arvados.git] / doc / user / api-tokens.md
index 582b3d507c515e787419073fe6f1c325e610b157..aa41060e0e8d242eda36cc4405e733679fb3ee83 100644 (file)
@@ -16,7 +16,14 @@ Log in, if you haven't done that already.
 
 Click the "API tokens" link.
 
-Copy an API token and set an environment variable in your terminal
+Copy an API token and set environment variables in your terminal
 session like this.
 
     export ARVADOS_API_TOKEN=unvz7ktg5p5k2q4wb9hpfl9fkge96rvv1j1gjpiq
+    export ARVADOS_API_HOST=a123z.arvados.org
+
+If you are using a local development server with a self-signed
+certificate, you might need to bypass certificate verification. Don't
+do this if you are using a production service.
+
+    export ARVADOS_API_HOST_INSECURE=yes