Merge branch '8784-dir-listings'
[arvados.git] / services / crunch-dispatch-slurm / usage.go
index e8a1f1899e405db1a53f1ba41b074935d444b8e5..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,6 +16,7 @@ var exampleConfigFile = []byte(`
            "APIHost": "zzzzz.arvadosapi.com",
            "AuthToken": "xyzzy",
            "Insecure": false
+           "KeepServiceURIs": [],
        },
        "CrunchRunCommand": ["crunch-run"],
        "PollPeriod": "10s",