added Audio permission

This commit is contained in:
PxlLoewe
2025-03-17 21:47:08 -07:00
parent c66331d367
commit 51d6363e95
8 changed files with 135 additions and 50 deletions

View File

@@ -1,7 +1,9 @@
NEXTAUTH_SECRET=
NEXTAUTH_COOKIE_PREFIX=
NEXTAUTH_SECRET=dispatch
NEXTAUTH_COOKIE_PREFIX=DISPATCH
NEXT_PUBLIC_DISPATCH_SERVER_URL=http://localhost:3002
NEXTAUTH_URL=http://localhost:3001
NEXT_PUBLIC_PUBLIC_URL=http://localhost:3001
NEXT_PUBLIC_HUB_URL=http://localhost:3000
NEXT_PUBLIC_PUBLIC_URL=http://localhost:3001
NEXT_PUBLIC_SERVICE_ID=1
NEXT_PUBLIC_DISPATCH_SERVER_URL=http://localhost:3002
DATABASE_URL=postgresql://persistant-data:persistant-data-pw@localhost:5432/var
NEXT_PUBLIC_LIVEKIT_URL=ws://localhost:7880