summaryrefslogtreecommitdiff
path: root/examples/scorsh_example.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scorsh_example.cfg')
-rw-r--r--examples/scorsh_example.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/scorsh_example.cfg b/examples/scorsh_example.cfg
index 91bd413..c51926b 100644
--- a/examples/scorsh_example.cfg
+++ b/examples/scorsh_example.cfg
@@ -11,9 +11,6 @@ s_workers:
w_folder: ./worker1,
w_logfile: ./worker1/worker1.log,
w_tagfile: "./worker1/worker1.cfg",
- w_keyrings: [
- "./worker1/allowed_users.asc"
- ]
},
{
w_name: worker2,
@@ -21,9 +18,6 @@ s_workers:
w_folder: ./worker2,
w_logfile: ./worker2/worker2.log,
w_tagfile: "./worker2/worker2.cfg",
- w_keyrings: [
- "./worker2/allowed_users.asc"
- ]
}
]
...