aboutsummaryrefslogtreecommitdiff
path: root/pm2.json
diff options
context:
space:
mode:
Diffstat (limited to 'pm2.json')
-rw-r--r--pm2.json22
1 files changed, 9 insertions, 13 deletions
diff --git a/pm2.json b/pm2.json
index e5737f6..451b6b3 100644
--- a/pm2.json
+++ b/pm2.json
@@ -1,15 +1,11 @@
{
- "apps": [
- {
- "name": "chibisafe",
- "script": "npm",
- "args": "run start",
- "env": {
- "NODE_ENV": "production"
- },
- "env_production": {
- "NODE_ENV": "production"
- }
- }
- ]
+ "apps": [
+ {
+ "name": "hostess",
+ "script": "npm",
+ "args": "run start",
+ "env": { "NODE_ENV": "production" },
+ "env_production": { "NODE_ENV": "production" }
+ }
+ ]
}