Skip to content

Commit 734b8c9

Browse files
committed
change the port
1 parent 68bbdce commit 734b8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/local/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- --wait-for-db=30s
1515
- --api.authn.enable
1616
ports:
17-
- 5556:5556
17+
- 5557:5556
1818
depends_on:
1919
- db
2020

library/src/main/java/org/xmtp/android/library/ApiClient.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ data class GRPCApiClient(
9191
private val channel: ManagedChannel =
9292
Grpc.newChannelBuilderForAddress(
9393
environment.rawValue,
94-
5556,
94+
5557,
9595
if (secure) {
9696
TlsChannelCredentials.create()
9797
} else {

0 commit comments

Comments
 (0)