🔧(frontend) make app title customizable with env variable override

Replace default "visio" with "LaSuite Meet" and allow env variable
customization. Default Docker image uses "LaSuite Meet", but deployments
can override with custom values by setting env vars and rebuilding.
This commit is contained in:
lebaudantoine
2025-06-06 21:57:57 +02:00
committed by aleb_the_flash
parent e01b1713c4
commit 018eec8a46
8 changed files with 8 additions and 2 deletions

View File

@@ -127,6 +127,7 @@ backend:
frontend:
envVars:
VITE_APP_TITLE: "LaSuite Meet"
VITE_PORT: 8080
VITE_HOST: 0.0.0.0
VITE_API_BASE_URL: https://meet.127.0.0.1.nip.io/

View File

@@ -153,6 +153,7 @@ backend:
frontend:
envVars:
VITE_APP_TITLE: "LaSuite Meet"
VITE_PORT: 8080
VITE_HOST: 0.0.0.0
VITE_API_BASE_URL: https://meet.127.0.0.1.nip.io/