till commented on issue #4656:
URL: https://github.com/apache/couchdb/issues/4656#issuecomment-1614535494

   @big-r81 I see `any` in many places:
   
https://github.com/apache/couchdb/blob/16f47d758c6d630c391cf35c78c6959240ff4f1d/src/couch/src/couch_httpd.erl#L131-L137
   
   (Search the code base for `bind_address`.)
   
   I don't know enough Erlang to find out what `any` maps to. But it seems like 
a type?
   
   I used some env vars when I started the container (`COUCHDB_USERNAME`, 
`NODENAME`, etc.) and I put one `.ini` file into it myself. Otherwise, it's all 
stock.
   
   ```ini
   ;/opt/couchdb/etc/local.d/setup.ini
   [couchdb]
   single_node=true
   ```
   
   The (official) Docker image also creates a `10-docker-default.ini`:
   
   ```ini
   ; CouchDB Configuration Settings
   
   ; Custom settings should be made in this file. They will override settings
   ; in default.ini, but unlike changes made to default.ini, this file won't be
   ; overwritten on server upgrade.
   
   [chttpd]
   bind_address = any
   ```
   
   More any. :)


-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to