Browse Source

Port change for secure connections with nginx as reverse proxy

pull/18/head
fekt 1 year ago
parent
commit
ef48820168
  1. 2
      app/src/main/java/cash/z/ecc/android/ext/Const.kt

2
app/src/main/java/cash/z/ecc/android/ext/Const.kt

@ -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
}
}
}

Loading…
Cancel
Save