UNPKG

nodegame-openshift

Version:

Prepares a nodeGame instance to run on the openshift cloud.

19 lines (16 loc) 270 B
/** * # Channel codes example file * Copyright(c) 2014 Stefano Balietti * MIT Licensed * * Admin credentials. * * http://nodegame.org * --- */ module.exports = function(settings, done) { return { user: 'admin', pwd: 'admin' }; };