//ZK PROBEAUTE //******************************************************************** //*********************Enter Your Variables Here********************** //******************************************************************** //Internal IP Address to the Server $internalIP = '192.168.100.20'; //Internal Port to the Application $internalPort = '8098'; //External IP Address to the Server (ISP) $externalIP = '150.238.105.210'; //External Port to the Application (default = $internalPort) $externalPort = $internalPort; //Does this application use https? $https = true;