fix(crunch-dispatch-local): re-enable crunch-run.sh to tune docker call
[arvados-formula.git] / arvados / dispatcher / service / files / default / crunch-dispatch-local-credentials.tmpl
index b1ae9420436cd19d8f0a0fbf12667b243322cff5..2646df875f68fd5452e04a9d9e9475652366a037 100644 (file)
@@ -2,7 +2,7 @@
 # File managed by Salt at <{{ source }}>.
 # Your changes will be overwritten.
 ########################################################################
-# ARVADOS_API_HOST= arvados.cluster.Services.RailsAPI.InternalURLs:main 
+# ARVADOS_API_HOST= arvados.cluster.Services.RailsAPI.InternalURLs:main
 # ARVADOS_API_HOST={% for key in arvados.cluster.Services.Controller.InternalURLs %}{{ key | regex_replace('^http(s?)://', '', ignorecase=true) }}{% endfor %}
 ARVADOS_API_HOST={{ arvados.cluster.Services.Controller.ExternalURL | regex_replace('^http(s?)://', '', ignorecase=true) }}
 ARVADOS_API_HOST_INSECURE={{ '1' if arvados.cluster.tls.insecure | default('0') }}