UNPKG
nodegame-openshift
Version:
latest (0.0.4)
0.0.4
Prepares a nodeGame instance to run on the openshift cloud.
nodegame.org
nodeGame/nodegame-openshift
nodegame-openshift
/
games
/
ultimatum
/
channel
/
channel.secret.js
12 lines
(11 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * # 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'
; };