UNPKG

nodegame-openshift

Version:

Prepares a nodeGame instance to run on the openshift cloud.

12 lines (11 loc) 213 B
/** * # Channel secret for signing JWT tokens * Copyright(c) 2015 Stefano Balietti * MIT Licensed * * JWT secret file. * --- */ module.exports = function(settings, done) { return 'this is a secret'; };