Skip to content

Instantly share code, notes, and snippets.

@a-ignatov-parc
Created April 24, 2014 11:59
Show Gist options
  • Save a-ignatov-parc/11252045 to your computer and use it in GitHub Desktop.
Save a-ignatov-parc/11252045 to your computer and use it in GitHub Desktop.
require(['l4g-application'], function(l4gApp) {
l4gApp
.getAppIface()
.updateConfig('ws', {
port: [9543, 9544, 9545]
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment