big-r81 commented on issue #5755:
URL: https://github.com/apache/couchdb/issues/5755#issuecomment-3556647646

   Hi,
   
   I can't reproduce this.
   
   ```bash
   $ export COUCHDB_ZONE="TEST-ZONE"
   
   # Starting CouchDB manually
   $ echo "$COUCHDB_ZONE"
   TEST_ZONE
   
   $ ./rel/couchdb/bin/couchdb
   ```
   
   Calling CouchDB from another terminal:
   
   ```
   $ curl -ua:a 127.0.0.1:5984/_node/_local/_nodes/[email protected]
   
{"_id":"[email protected]","_rev":"2-3b02b7b4604323f01d0b0686eabab393","zone":"TEST_ZONE"}
   ```
   
   How do you set your env variable?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to