Skip to content

Instantly share code, notes, and snippets.

@rnewson
Last active August 3, 2017 21:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rnewson/2d076a061c1af802ad056519ef25e52d to your computer and use it in GitHub Desktop.
#!/bin/sh
curl -X PUT http://localhost:5984/_users/org.couchdb.user:rnewson -d '{"name":"rnewson", "roles":[], "type":"user", "password":"orange"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment