added Audio permission
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user