Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 985 Bytes

configuration.md

File metadata and controls

23 lines (16 loc) · 985 Bytes

Configuration

Runtime configuration can be performed via environment variables.

  • You can configure the environment variables at the container for production
  • You can configure an .env file for local development.

Environment Variables

#  Configures the base URL of Element, used to register the Jitsi Widget.
# Setting the variable is not important, as an Element intance chooses to use a
# local version of the Jitsi Widget anyway. Defaults to `https://app.element.io`.
REACT_APP_ELEMENT_BASE_URL=https://app.element.io

# The hostname of the Jitsi Instance where video conferences should be hosted.
# Defaults to `jitsi.riot.im`
REACT_APP_JITSI_HOST_NAME=jitsi.riot.im

Customization

More environment variables for UI customization @matrix-widget-toolkit/mui.