UNPKG
king
Version:
latest (0.3.3)
0.3.3
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
A powerful server infrastructure management platform - "The King of your Nodes"
jpillora/node-king
king
/
out
/
common
/
config.js
22 lines
(17 loc)
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
Generated
by
CoffeeScript
1.6
.3
var
Config,
store;
store
=
{
servants:
1
,
config:
{
ports:
{
git:
1234
,
http:
1234
,
comms:
1234
} },
apps:
[] }
;
Config
=
(function()
{
function
Config()
{}
return
Config;
}
)();