We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430337e commit 65742dbCopy full SHA for 65742db
config/config.devenv.json
@@ -6,7 +6,7 @@
6
}
7
},
8
"livekit": {
9
- "livekit_service_url": "http://localhost:8080"
+ "livekit_service_url": "http://localhost:8009"
10
11
"features": {
12
"feature_use_device_session_member_events": true
dev-backend-docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
condition: on-failure
19
ports:
20
# HOST_PORT:CONTAINER_PORT
21
- - 8080:8080
+ - 8009:8080
22
networks:
23
- ecbackend
24
0 commit comments