From 9ab5b23e10f2c6e15533a202c002f72745b0a384 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sun, 5 Jun 2022 07:24:47 +0200 Subject: [PATCH] Added customer_id and repository_path --- UpdateController.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/UpdateController.conf b/UpdateController.conf index 1a7d7eb..e494dd5 100644 --- a/UpdateController.conf +++ b/UpdateController.conf @@ -1,5 +1,7 @@ { - "fifo_dir" : "/tmp", - "fifo" : "update_controller_fifo", - "GIT_SSL_NO_VERIFY" : true + "fifo_dir" : "/tmp", + "fifo" : "update_controller_fifo", + "GIT_SSL_NO_VERIFY" : true, + "customer_id" : "281", + "repository_path" : "https://git.mimbach49.de/GerhardHoffmann" }