Created
October 10, 2015 15:05
-
-
Save achmadns/7367c9cb1609e7ec0b9b to your computer and use it in GitHub Desktop.
PM2 config example for Sinopia and Private Bower.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apps" : [{ | |
"name" : "sinopia", | |
"script" : "/home/achmad/.nvm/versions/node/v0.12.0/bin/sinopia", | |
"args" : [], | |
"watch" : false, | |
"node_args" : "", | |
"merge_logs" : true, | |
"env": { | |
} | |
}, | |
{ | |
"name" : "private-bower", | |
"script" : "/usr/bin/private-bower", | |
"args" : ["--config ~/.config/private-bower/config.json"], | |
"watch" : false, | |
"node_args" : "", | |
"merge_logs" : true, | |
"env": { | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment