File tree 2 files changed +3
-3
lines changed
library/src/main/java/org/xmtp/android/library
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
package org.xmtp.android.library
2
2
3
3
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 " ),
6
6
LOCAL (" 10.0.2.2" ) {
7
7
override fun withValue (value : String ): XMTPEnvironment {
8
8
return LOCAL .apply { customValue = value }
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This example branch can serve as the basis for what you might want to provide fo
35
35
--xmtp-listener-tls \
36
36
--xmtp-listener \
37
37
--api \
38
- -x " production.xmtp.network:5556" \
38
+ -x " grpc. production.xmtp.network:443 :5556" \
39
39
-d " postgres://postgres:xmtp@localhost:25432/postgres?sslmode=disable" \
40
40
--fcm-enabled \
41
41
--fcm-credentials-json=YOURFCMJSON \
You can’t perform that action at this time.
0 commit comments