UNPKG

nodegame-openshift

Version:

Prepares a nodeGame instance to run on the openshift cloud.

18 lines (16 loc) 361 B
/** * # http.js * * Copyright(c) 2013 Stefano Balietti * MIT Licensed * * Configuration file for ServerNode in nodegame-server. * --- */ module.exports = configure; function configure(app, servernode) { // Nothing extra to configure. // Default configuration set already in: // node_modules/nodegame-server/conf/http.js return true; };