X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e5e9ae2751cf691c7eeee60eac9d70e4f1e57a3b..9ea9735d7569f23a89fbcfaa69710f209eea6466:/services/crunch-dispatch-slurm/usage.go diff --git a/services/crunch-dispatch-slurm/usage.go b/services/crunch-dispatch-slurm/usage.go index 683ff763fb..f64c502395 100644 --- a/services/crunch-dispatch-slurm/usage.go +++ b/services/crunch-dispatch-slurm/usage.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -8,6 +12,12 @@ import ( var exampleConfigFile = []byte(` { + "Client": { + "APIHost": "zzzzz.arvadosapi.com", + "AuthToken": "xyzzy", + "Insecure": false + "KeepServiceURIs": [], + }, "CrunchRunCommand": ["crunch-run"], "PollPeriod": "10s", "SbatchArguments": ["--partition=foo", "--exclude=node13"]