chore: bugfix pmci configuration

- leftover after merge
qa
Sven Ketelsen 3 years ago
parent fcb59f2710
commit 5a4313fc1e

@ -3,6 +3,20 @@
"configKey" : "service-create",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"connect_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
},
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE",
@ -124,6 +138,21 @@
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Statustext"
},
"wordpress_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "wordpress_admin",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
}
}
}

@ -3,6 +3,20 @@
"configKey" : "service-replay-setup",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"connect_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
},
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE",
@ -124,6 +138,21 @@
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Statustext"
},
"wordpress_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "wordpress_admin",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
}
}
}

@ -3,6 +3,20 @@
"configKey" : "service-setup",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"connect_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
},
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE",
@ -64,20 +78,6 @@
"classification" : "PRIVATE"
}
}
},
"connect_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
}
}
}
Loading…
Cancel
Save