1 # this is an appconfig file
2 # it has the format of:
3 # appname:directory:appfilepath[:options]
5 # appname is an internally used name to identify the app
6 # directory is the directory to start the app from
7 # appfilepath is the path to the js file to start
8 # options is a set of options such as norestart to not restart application on a failure
9 appname1:.:/node/app.js
10 appname2:.:/node/app.js
11 appname3:.:/node/app.js
12 appname4:.:/node/app.js