Skip to content

Commit d1a850c

Browse files
committed
update the links in android
1 parent 1180190 commit d1a850c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package org.xmtp.android.library
22

33
enum class XMTPEnvironment(val rawValue: String) {
4-
DEV("dev.xmtp.network"),
5-
PRODUCTION("production.xmtp.network"),
4+
DEV("grpc.dev.xmtp.network:443"),
5+
PRODUCTION("grpc.production.xmtp.network:443"),
66
LOCAL("10.0.2.2") {
77
override fun withValue(value: String): XMTPEnvironment {
88
return LOCAL.apply { customValue = value }

library/src/main/java/org/xmtp/android/library/push/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This example branch can serve as the basis for what you might want to provide fo
3535
--xmtp-listener-tls \
3636
--xmtp-listener \
3737
--api \
38-
-x "production.xmtp.network:5556" \
38+
-x "grpc.production.xmtp.network:443:5556" \
3939
-d "postgres://postgres:xmtp@localhost:25432/postgres?sslmode=disable" \
4040
--fcm-enabled \
4141
--fcm-credentials-json=YOURFCMJSON \

0 commit comments

Comments
 (0)