appsgate2015 / appsgate

Appsgate
0 stars 5 forks source link

Remove hardcoded ip from app.js #78

Closed jandernascimento closed 9 years ago

jandernascimento commented 9 years ago

Description

The user interface has to know the server address, and today this address is hardcoded in app.js file, this ip have to be discovered by the client instead.

jandernascimento commented 9 years ago

The workaround for now was to use mDNS service and registering the machine in localnetwork with name, and adopting this name on the app.js instead of the IP