From 192ad7deddff51782a411e2093a9672bcf902e75 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:41:21 +0200 Subject: [PATCH] .env example anbepasst --- apps/dispatch-server/.env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/dispatch-server/.env.example b/apps/dispatch-server/.env.example index 1129d57f..62eff941 100644 --- a/apps/dispatch-server/.env.example +++ b/apps/dispatch-server/.env.example @@ -4,4 +4,5 @@ REDIS_PORT=6379 CORE_SERVER_URL=http://localhost:3005 DISPATCH_APP_TOKEN=dispatch LIVEKIT_API_KEY=APIAnsGdtdYp2Ho -LIVEKIT_API_SECRET=tdPjVsYUx8ddC7K9NvdmVAeLRF9GeADD6Fedm1x63fWC \ No newline at end of file +LIVEKIT_API_SECRET=tdPjVsYUx8ddC7K9NvdmVAeLRF9GeADD6Fedm1x63fWC +AUTH_HUB_SECRET=var \ No newline at end of file