Created
November 22, 2017 12:44
-
-
Save lucwj/eb75379dd058591457c6bee1e69f5398 to your computer and use it in GitHub Desktop.
pm2 guide
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": "impactool", | |
"cwd": ".", | |
"args": [ | |
"manage.py", | |
"runserver" | |
], | |
"env": { | |
}, | |
"script": "python", | |
"node_args": [], | |
"log_date_format": "YYYY-MM-DD HH:mm Z", | |
"exec_interpreter": "none", | |
"exec_mode": "fork" | |
}] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment