On Tue, Sep 28, 2010 at 9:08 PM, Paul Davis <[email protected]> wrote: > On Tue, Sep 28, 2010 at 2:59 PM, Benoit Chesneau <[email protected]> wrote: >> On Tue, Sep 28, 2010 at 7:26 PM, Filipe David Manana >> <[email protected]> wrote: >>> Looks like I started an avalanche. >>> >>> Why not 2 files, like: >>> >>> var/run/couchdb/couch.http >>> var/run/couchdb/couch.https >>> >>> each one would be a CSV (or tab separated, or new line, or whatever) >>> list of host:port elements. >>> ? >>> >> >> About this issue, what is the usecase of having all urls on fs ? >> Couldn't just have one for open and let app see in /_config ? >> >> - benoit >> > > And which one do we put on the file system? The first one, apps won't care, we only run one couchdb with same data on it. If we run real virtual hosting with different data, the pb would be different
> > Also, in real life, I doubt most people will ever have more than two > entries in this file. Right now, its not even possible to have more > than two. and for above reason, we don't really need to care. Only one ip is enough.
