Files
element-call/.env.example
T

20 lines
785 B
Bash
Raw Normal View History

2022-07-15 11:28:16 +02:00
####
2022-11-09 10:53:00 -05:00
# Build-time app config
2022-07-15 11:28:16 +02:00
# Environment files are documented here:
# https://vitejs.dev/guide/env-and-mode.html#env-files
####
2023-06-12 15:52:27 +02:00
# Develop backend settings:
LIVEKIT_KEY="devkey"
LIVEKIT_SECRET="secret"
2022-07-15 11:28:16 +02:00
# Used for determining the homeserver to use for short urls etc.
2022-10-26 16:33:22 +02:00
# VITE_FALLBACK_STUN_ALLOWED=false
2022-07-15 11:28:16 +02:00
2023-08-28 16:45:17 -04:00
# CSS to be injected into the page for the purpose of custom theming.
# Generally, writing a custom theme involves overriding Compound design tokens,
# which are documented here:
# https://compound.element.io/?path=/docs/foundations-design-tokens--docs
# https://compound.element.io/?path=/docs/tokens-color-palettes--docs
# https://compound.element.io/?path=/docs/tokens-semantic-colors--docs
# VITE_CUSTOM_CSS=".cpd-theme-dark.cpd-theme-dark { --cpd-color-theme-bg: #101317; }"