couchdb
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@couchDB = http://{{$dotenv COUCHDB_USER}}:{{$dotenv COUCHDB_PASSWORD}}@couchdb.localhost
|
||||
|
||||
###
|
||||
### Init
|
||||
|
||||
POST {{couchDB}}/_cluster_setup
|
||||
Content-Type: application/json
|
||||
@@ -13,6 +13,9 @@ Content-Type: application/json
|
||||
"port": 5984
|
||||
}
|
||||
|
||||
### Creates a new database.
|
||||
GET {{couchDB}}/_users
|
||||
|
||||
###
|
||||
|
||||
GET {{couchDB}}/_all_dbs
|
||||
|
||||
Reference in New Issue
Block a user