mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Don't use testnet
This commit is contained in:
parent
7eae15594b
commit
1747e4a8ee
@ -3,7 +3,7 @@
|
|||||||
<domain-config cleartextTrafficPermitted="true">
|
<domain-config cleartextTrafficPermitted="true">
|
||||||
<domain includeSubdomains="true">127.0.0.1</domain>
|
<domain includeSubdomains="true">127.0.0.1</domain>
|
||||||
</domain-config>
|
</domain-config>
|
||||||
<domain-config cleartextTrafficPermitted="true">
|
<domain-config cleartextTrafficPermitted="false">
|
||||||
<domain includeSubdomains="false">public.loki.foundation</domain>
|
<domain includeSubdomains="false">public.loki.foundation</domain>
|
||||||
<trust-anchors>
|
<trust-anchors>
|
||||||
<certificates src="@raw/lf_session_cert"/>
|
<certificates src="@raw/lf_session_cert"/>
|
||||||
|
@ -56,7 +56,7 @@ object SnodeAPI {
|
|||||||
private val targetSwarmSnodeCount = 2
|
private val targetSwarmSnodeCount = 2
|
||||||
private val useOnionRequests = true
|
private val useOnionRequests = true
|
||||||
|
|
||||||
internal val useTestnet = true
|
internal val useTestnet = false
|
||||||
|
|
||||||
// Error
|
// Error
|
||||||
internal sealed class Error(val description: String) : Exception(description) {
|
internal sealed class Error(val description: String) : Exception(description) {
|
||||||
|
Loading…
Reference in New Issue
Block a user