You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2018. It is now read-only.
Using
var nano = require('nano')('http://localhost:5984');
is fine. But for live application what to write instead ofhttp://localhost:5984
.I hosted my node.js application in Amazon AWS using
CouchDB - JSON based Web database powered by TurnKey GNU/Linux for database.
My ipv4 public IP http://54.xxx.22.xxx/_utils shows my Database. confused what to write instead of
http://localhost:5984
in code.The text was updated successfully, but these errors were encountered: