Skip to content
Snippets Groups Projects
Commit 88abfa67 authored by Erick Hitter's avatar Erick Hitter
Browse files

Needs some options for where the Node listener should be

parent 8435e1eb
No related branches found
No related tags found
No related merge requests found
# slash-done
Slash command to record completed tasks as WordPress posts
## Prerequisites:
* A WordPress site running version 4.6+ and the JSON Basic Authentication plugin
{ {
"endpoint": "", "wp_endpoint" : "",
"username": "", "wp_username" : "",
"password": "" "wp_password" : "",
"node_listener" : "127.0.0.1",
"node_port" : "9001"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment