This commit is contained in:
2025-10-15 07:30:31 +02:00
parent 6961caa2af
commit 7f58f12b8d
7 changed files with 75 additions and 4 deletions

View File

@@ -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