From a1d46a07714ae180045ea82cae5b0d8ae2305ad2 Mon Sep 17 00:00:00 2001 From: Nik Shevchenko <43514161+kodjima33@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:24:15 -0700 Subject: [PATCH] Update ios_instructions.md --- docs/ios_instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ios_instructions.md b/docs/ios_instructions.md index 595aecc8..bfe0e170 100644 --- a/docs/ios_instructions.md +++ b/docs/ios_instructions.md @@ -65,6 +65,7 @@ We **strongly** recommend running the server over HTTPS in order to ensure that ### 5. Configure App Constants The server address and client token (created during [server configuration](server_configuration.md)) must be entered into their respective fields in the `AppConstants` structure, found in `Shared/AppConstants.swift`. +- Note: You need to point to the Python server, not the node server that hosts the web front end. By default, python server runs on port 8000, so just add :8000 to your IP address. (and you have to make sure this port is accessible through your firewall).
