diff --git a/config.js b/config.js index bb66072..dc4f02c 100644 --- a/config.js +++ b/config.js @@ -4,3 +4,8 @@ var serverConfiguration = { "port" : 3101 } }; + +if (typeof module !== 'undefined') { + module.exports.gamewheelServerConfiguration = serverConfiguration; +} +