This commit is contained in:
karl.hudgell 2020-05-07 10:57:02 +01:00
parent b74acb59b9
commit daae1d5d2a

View File

@ -13,12 +13,12 @@
"basic": [ "basic": [
{ {
"key": "password", "key": "password",
"value": "Grd.555269", "value": "{{password}}",
"type": "string" "type": "string"
}, },
{ {
"key": "username", "key": "username",
"value": "karl@k-world.me.uk", "value": "{{username}}",
"type": "string" "type": "string"
} }
] ]
@ -61,12 +61,12 @@
"basic": [ "basic": [
{ {
"key": "password", "key": "password",
"value": "Grd.555269", "value": "{{password}}",
"type": "string" "type": "string"
}, },
{ {
"key": "username", "key": "username",
"value": "karl@k-world.me.uk", "value": "{{username}}",
"type": "string" "type": "string"
} }
] ]
@ -109,12 +109,12 @@
"basic": [ "basic": [
{ {
"key": "password", "key": "password",
"value": "Grd.555269", "value": "{{password}}",
"type": "string" "type": "string"
}, },
{ {
"key": "username", "key": "username",
"value": "karl@k-world.me.uk", "value": "{{username}}",
"type": "string" "type": "string"
} }
] ]
@ -156,13 +156,13 @@
"type": "basic", "type": "basic",
"basic": [ "basic": [
{ {
"key": "password", "key": "username",
"value": "Grd.555269", "value": "{{username}}",
"type": "string" "type": "string"
}, },
{ {
"key": "username", "key": "password",
"value": "karl@k-world.me.uk", "value": "{{password}}",
"type": "string" "type": "string"
} }
] ]
@ -205,12 +205,12 @@
"basic": [ "basic": [
{ {
"key": "password", "key": "password",
"value": "Grd.555269", "value": "{{password}}",
"type": "string" "type": "string"
}, },
{ {
"key": "username", "key": "username",
"value": "karl@k-world.me.uk", "value": "{{username}}",
"type": "string" "type": "string"
} }
] ]
@ -253,12 +253,12 @@
"basic": [ "basic": [
{ {
"key": "password", "key": "password",
"value": "Grd.555269", "value": "{{password}}",
"type": "string" "type": "string"
}, },
{ {
"key": "username", "key": "username",
"value": "karl@k-world.me.uk", "value": "{{username}}",
"type": "string" "type": "string"
} }
] ]