Port change for secure connections with nginx as reverse proxy

This commit is contained in:
fekt
2022-12-01 01:13:12 -05:00
parent 7361c443c7
commit ef48820168

View File

@@ -47,7 +47,7 @@ object Const {
object Server {
// If you've forked the ECC repo, change this to your hosted lightwalletd instance
const val HOST = BuildConfig.DEFAULT_SERVER_URL
const val PORT = 9067
const val PORT = 443
}
}
}