Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 665 Bytes

configuration.md

File metadata and controls

16 lines (11 loc) · 665 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

# Base URL of the or a homeserver, used to display avatars (required)
REACT_APP_HOME_SERVER_URL=https://matrix-client.matrix.org

# External link to the documentation that will be shown in the help menu if defined.
REACT_APP_HELP_CENTER_URL="https://github.com/nordeck/matrix-neoboard"