Files
n8n/credentials/3.json

18 lines
387 B
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
"id": 3,
"name": "Wordpress account",
2022-06-01 05:27:46 +00:00
"data": {
"username": "admin",
"password": "rhfcyjtbxthyjt",
"url": "https://blohina.de"
},
2022-05-26 20:57:30 +03:00
"type": "wordpressApi",
"nodesAccess": [
{
"nodeType": "n8n-nodes-base.wordpress",
"date": "2022-04-20T13:28:19.425Z"
}
],
"createdAt": "2022-04-20T13:28:19.431Z",
"updatedAt": "2022-04-20T13:28:19.431Z"
}