Client with config.ini

To apply the changes configured in the config.ini file you need to place it in the path folder client/conf.

Inside the conf folder place the config.ini file configure it correctly with your ip and other information and when you start the client it will change.

This file is a complement but you will still need to change the client's RSA however you can use the 127.0.0.1 client that comes by default where config.ini will change the ip so that you no longer need to mess with the client.

You can use specific ports, such as 8090 and others, by entering the IP that way. Example:

loginWebService=http://127.0.0.1:8090/login.php 
clientWebService=http://127.0.0.1:8090/login.php

Contributed by:

  • Leotk.

Last updated