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
1 ########################################################################
2 # File managed by Salt at <{{ source }}>.
3 # Your changes will be overwritten.
4 ########################################################################
5 # ARVADOS_API_HOST= arvados.cluster.Services.RailsAPI.InternalURLs:main
6 # ARVADOS_API_HOST={% for key in arvados.cluster.Services.Controller.InternalURLs %}{{ key | regex_replace('^http(s?)://', '', ignorecase=true) }}{% endfor %}
7 ARVADOS_API_HOST={{ arvados.cluster.Services.Controller.ExternalURL | regex_replace('^http(s?)://', '', ignorecase=true) }}
8 ARVADOS_API_HOST_INSECURE={{ '1' if arvados.cluster.tls.insecure | default('0') }}
9 ARVADOS_API_TOKEN={{ arvados.cluster.tokens.system_root }}