processes.json file for pm2 process manager

pull/1/head
Matthew Berryman 2016-08-02 14:00:40 +10:00
rodzic 61269d37c1
commit 44836c10c5
1 zmienionych plików z 6 dodań i 0 usunięć

6
processes.json 100644
Wyświetl plik

@ -0,0 +1,6 @@
[{
"script" : "index.js",
"name" : "node-OpenDroneMap",
"watch" : false,
"ignore_watch" : ["[\\/\\\\]\\./", "node_modules", "git-hooks", "test", "tmp", "data", "twitter-reply-test", "twitter-send-test", "^.*\.log$"]
}]