couchdb-connection
Advanced tools
Comparing version 1.0.6 to 1.0.8
{ | ||
"name": "couchdb-connection", | ||
"bin": "./index.js", | ||
"version": "1.0.6", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -10,3 +10,5 @@ "main": "index.js", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"couchdb-connection" | ||
], | ||
"author": "", | ||
@@ -13,0 +15,0 @@ "license": "ISC", |
To install run npm i couchdb-connection -g | ||
Once installed do the the desired directory and run couchdb-connection | ||
Once installed go to the desired directory and run couchdb-connection | ||
There will be a new folder 'couchdb-connection' with a file.js | ||
@@ -8,3 +10,5 @@ | ||
Change the user and password to your configured couchdb credentials | ||
Then change the const db where it says 'Database Name' | ||
If you want to change to port where the web server listens change the const port | ||
@@ -11,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1871
19