Last active
August 3, 2017 21:25
-
-
Save rnewson/2d076a061c1af802ad056519ef25e52d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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