# Configuration for /etc/init.d/lemmy-ui # The IP:port lemmy-ui listens on LEMMY_UI_HOST="0.0.0.0:1234" # The internal IP:port for accessing the lemmy backend LEMMY_UI_LEMMY_INTERNAL_HOST="127.0.0.1:8536" # The external domain lemmy is hosted at LEMMY_UI_LEMMY_EXTERNAL_HOST="lemmy.example.com" # Whether to use https LEMMY_UI_HTTPS="true"