From 38e0c402dfbcbe211f1566ecc4007ee75f97f0ca Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sun, 5 Jun 2022 12:29:07 +0200 Subject: [PATCH] Added worspace, zone_group, zone, customer_location --- UpdateController.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UpdateController.conf b/UpdateController.conf index e494dd5..c417bf2 100644 --- a/UpdateController.conf +++ b/UpdateController.conf @@ -1,7 +1,11 @@ { "fifo_dir" : "/tmp", "fifo" : "update_controller_fifo", + "workspace" : "workspace", "GIT_SSL_NO_VERIFY" : true, "customer_id" : "281", + "zone_group" : "1", + "zone" : "1", + "customer_location" : "szeged", "repository_path" : "https://git.mimbach49.de/GerhardHoffmann" }