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.