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.
# 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
More environment variables for UI customization @matrix-widget-toolkit/mui.