Skip to content

Instantly share code, notes, and snippets.

@jmn8718
Last active September 18, 2016 21:31
Show Gist options
  • Save jmn8718/fdc9ecf2e1ef6a1308779069d8ea9dac to your computer and use it in GitHub Desktop.
Save jmn8718/fdc9ecf2e1ef6a1308779069d8ea9dac to your computer and use it in GitHub Desktop.
my-sg-config-wh.json
{
"interface": ":4984",
"adminInterface": ":4985",
"log": ["HTTP+"],
"databases": {
"db": {
"server": "http://couchbase-server:8091",
"bucket": "default",
"users": { "GUEST": {"disabled": false, "admin_channels": ["*"] } },
"event_handlers": {
"document_changed": [
{
"handler": "webhook",
"url": "http://192.168.1.4:8080/api/sync"
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment