Skip to content

Instantly share code, notes, and snippets.

@djalmaaraujo
Created September 27, 2012 21:23
Show Gist options
  • Save djalmaaraujo/3796552 to your computer and use it in GitHub Desktop.
Save djalmaaraujo/3796552 to your computer and use it in GitHub Desktop.
(function(global) {
var CONFIG = {
serverAddress: '10.0.1.32',
serverPort: '4000',
maxPlayers: 10 // in miliseconds
};
global.SOCKETRACE_CONFIG = CONFIG;
})(window || exports);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment