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.credentials.js
19 lines
(16 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** *
# 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'
}; };