2022-07-15 17:28:16 +08:00
|
|
|
####
|
2022-11-09 23:53:00 +08:00
|
|
|
# Build-time app config
|
2022-07-15 17:28:16 +08:00
|
|
|
# Environment files are documented here:
|
|
|
|
# https://vitejs.dev/guide/env-and-mode.html#env-files
|
|
|
|
####
|
2023-06-12 21:52:27 +08:00
|
|
|
# Develop backend settings:
|
|
|
|
LIVEKIT_KEY="devkey"
|
|
|
|
LIVEKIT_SECRET="secret"
|
2022-07-15 17:28:16 +08:00
|
|
|
|
|
|
|
# Used for determining the homeserver to use for short urls etc.
|
2022-10-26 22:33:22 +08:00
|
|
|
# VITE_FALLBACK_STUN_ALLOWED=false
|
2022-07-15 17:28:16 +08:00
|
|
|
|
2023-08-29 04:45:17 +08: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; }"
|