aboutsummaryrefslogtreecommitdiff
path: root/pm2.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-15 02:25:59 +0000
committerFuwn <[email protected]>2022-01-15 02:25:59 +0000
commitf08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch)
tree7d7494b1c41a81e736267fceebbfe99410c6b15d /pm2.json
parentMerge branch 'master' of github.com:WeebDev/lolisafe (diff)
downloadhost.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz
host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip
chore: chibisafe -> Hostess
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" }
+ }
+ ]
}