You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/12/04 20:31:16 UTC

[GitHub] uyouthe opened a new issue #49: What's the default configuration file?

uyouthe opened a new issue #49: What's the default configuration file?
URL: https://github.com/apache/couchdb-docker/issues/49
 
 
   Hello.
   
   This CouchDB image works fine with no configuration file, but when I do exactly the same things as listed at "Build your own" section (`COPY local.ini /opt/couchdb/etc/local.d/`), I get `ECONNREFUSED 172.20.0.4:5984`, and `127.0.0.1:5984` can't be reached.
   
   My `local.ini`:
   ```
   [httpd]
   enable_cors = true
   
   [cors]
   origins = *
   ```
   
   It seems like there's something important in CouchDB's config that is being overwritten by my local.ini.
   Any suggestions?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services