sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

LCB_XMPP_DOMAIN instead of LCB_XMPP_HOST #646

Closed wasapi closed 8 years ago

wasapi commented 8 years ago

I noticed that since xmpp.host is deprecated, the env variable LCB_XMPP_HOST don't work anymore for docker, I had to use LCB_XMPP_DOMAIN. This wiki page need an update : https://github.com/sdelements/lets-chat/wiki/Environment-variables

sibartlett commented 8 years ago

Thanks for letting us know that the docs were out of date.

We switched away from HOST to DOMAIN - as it wasn't consistent with the HTTP and HTTPS HOST settings.