Merge branch '8624-fuse-tags' closes #8624
[arvados.git] / services / crunch-dispatch-slurm / usage.go
index 683ff763fbc0fbeafac20e49cc29a962b5a2e0ef..f64c5023952b42d9ed7e4483941b6dfd561f98a1 100644 (file)
@@ -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"]