We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bbdce commit 734b8c9Copy full SHA for 734b8c9
dev/local/docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
- --wait-for-db=30s
15
- --api.authn.enable
16
ports:
17
- - 5556:5556
+ - 5557:5556
18
depends_on:
19
- db
20
library/src/main/java/org/xmtp/android/library/ApiClient.kt
@@ -91,7 +91,7 @@ data class GRPCApiClient(
91
private val channel: ManagedChannel =
92
Grpc.newChannelBuilderForAddress(
93
environment.rawValue,
94
- 5556,
+ 5557,
95
if (secure) {
96
TlsChannelCredentials.create()
97
} else {
0 commit comments