From 1ee72f26af24a3f4b27ce026b76df68d470b7243 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 6 Jun 2022 19:01:45 +0200 Subject: [PATCH] using empty comments --- update_psa.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/update_psa.conf b/update_psa.conf index 5aca3ab..6fd5d0a 100644 --- a/update_psa.conf +++ b/update_psa.conf @@ -1,20 +1,20 @@ { - "c1" : "use git without certificates", + "" : "use git without certificates", "GIT_SSL_NO_VERIFY" : 1, - "c4" : "explicit location of customer-project", + "" : "explicit location of customer-project", "customer_location" : "szeged", - "c5" : "unique customer identifier", + "" : "unique customer identifier", "customer_id" : "281", - "c6" : "each location can have multiple", - "c7" : "zone-groups and/or zones", - "c8" : "0-index used as size of following array", - "c9" : ".zone_group[0]: #n of zones_groups", - "c10" : ".zone_group[1].zone[0]: #n of zones in zg[1]", - "zone_group" : [ 1, { "zone" : [ 1, "1"] } ], + "" : "each location can have multiple", + "" : "zone-groups and/or zones", + "" : "0-index used as size of following array", + "" : ".zg[0]: #n of zones_groups", + "" : ".zg[1].z[0]: #n of zones in zg[1]", + "zg" : [ 1, { "z" : [ 3, 1, 2, 3] } ], - "c11" : "url of customer repository", + "" : "url of customer repository", "cust_repository_path" : "https://git.mimbach49.de/GerhardHoffmann" }