You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/28 08:25:11 UTC

[GitHub] style95 opened a new pull request #32: Add environment variables for cluster

style95 opened a new pull request #32: Add environment variables for cluster
URL: https://github.com/apache/couchdb-docker/pull/32
 
 
   ## Overview
   
   This pr is to add environment variables for CouchDB clustering.
   
   ## Testing recommendations
   
   ```
   docker run --name couchdb -d -e NUM_NODES=3 -e NUM_SHARDS=8 -e NUM_READ_QUORUM=2 -e NUM_WRITE_QUORUM=2 apache/couchdb
   ```
   
   ## GitHub issue number
   
   none
   
   ## Related Pull Requests
   
   none
   ## Checklist
   
   - [ ] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   
 
----------------------------------------------------------------
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