Init WebCG
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
apps : [
|
||||
{
|
||||
'name': 'GC1',
|
||||
'script': 'server.js',
|
||||
'args': 'config.json'
|
||||
},
|
||||
{
|
||||
'name': 'GC2',
|
||||
'script': 'server.js',
|
||||
'args': 'config2.json'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user