2022-06-03 14:33:07 +02:00
|
|
|
{
|
2022-06-06 19:01:45 +02:00
|
|
|
"" : "use git without certificates",
|
2022-06-03 14:33:07 +02:00
|
|
|
"GIT_SSL_NO_VERIFY" : 1,
|
|
|
|
|
2022-06-06 19:01:45 +02:00
|
|
|
"" : "explicit location of customer-project",
|
2022-06-03 14:33:07 +02:00
|
|
|
"customer_location" : "szeged",
|
|
|
|
|
2022-06-06 19:01:45 +02:00
|
|
|
"" : "unique customer identifier",
|
2022-06-03 14:33:07 +02:00
|
|
|
"customer_id" : "281",
|
|
|
|
|
2022-06-06 19:01:45 +02:00
|
|
|
"" : "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] } ],
|
2022-06-03 14:33:07 +02:00
|
|
|
|
2022-06-06 19:01:45 +02:00
|
|
|
"" : "url of customer repository",
|
2022-06-03 14:33:07 +02:00
|
|
|
"cust_repository_path" : "https://git.mimbach49.de/GerhardHoffmann"
|
|
|
|
}
|