Skip to content

Commit 65742db

Browse files
committed
use less common port for JWT service
1 parent 430337e commit 65742db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/config.devenv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
},
88
"livekit": {
9-
"livekit_service_url": "http://localhost:8080"
9+
"livekit_service_url": "http://localhost:8009"
1010
},
1111
"features": {
1212
"feature_use_device_session_member_events": true

dev-backend-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
condition: on-failure
1919
ports:
2020
# HOST_PORT:CONTAINER_PORT
21-
- 8080:8080
21+
- 8009:8080
2222
networks:
2323
- ecbackend
2424

0 commit comments

Comments
 (0)