How to deploy sevrer code fron Coderunner to Standalone Backendless running on my PC?

Hi you all,

I downloaded Backendless Standalone 3.0.0.16 on my PC and I installed properly by following the guide provided on your website.

Once installed, I thought I need to configure the runner.properties file on IntelliJ in order to deploy my code on the localhost Backendless system.

# System properties

# Don't touch, if you do not really understand this

system.server.url = https://api.backendless.com
system.redis.master.host = cl.backendless.com

system.redis.master.port = 6379

system.pool.core = 20

system.type = LOCAL

system.repo.path = ../repo/

enterprise.allowedHosts = api.backendless.com,\
api.backendless.com,\
localhost,\
localhost:9000,\
api.gmo-mbaas.com

Let’s suppose that my localhost IP is 192.168.1.3 and the port is 8080, how can I configure the runner.properties properly?

Is it enough configurin only the file mentioned above? Do i need to configure anything else?

Thank you for your answers.

Hello,

Please keep in mind that there is no free support for the free version of Standalone Backendless. It is either paid support with free product or included support with paid product.

To deploy code to Standalone Backendless, system.server.url, system.redis.master.host and allowedHosts in runner.properties must be modified to point to your installation of the product.

Regards,
Mark

Thank you Mark,

I know the free version of Backendless standalone has no support, this is way I asked on the forum.
Maybe someone could have helped me with configuring it.