Merge branch '8624-fuse-tags' closes #8624
[arvados.git] / services / crunch-dispatch-slurm / usage.go
index cd2d8ad23dd98a4bf8b434297e2c5e91c5ac7be7..f64c5023952b42d9ed7e4483941b6dfd561f98a1 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -12,9 +16,9 @@ var exampleConfigFile = []byte(`
            "APIHost": "zzzzz.arvadosapi.com",
            "AuthToken": "xyzzy",
            "Insecure": false
+           "KeepServiceURIs": [],
        },
        "CrunchRunCommand": ["crunch-run"],
-       "ArvadosKeepServices": [""],
        "PollPeriod": "10s",
        "SbatchArguments": ["--partition=foo", "--exclude=node13"]
     }`)