This commit is contained in:
2024-06-25 16:52:17 +05:00
parent 68ab95ab22
commit 1a008c9a5d
7 changed files with 86 additions and 64 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
PORT=3000
PORT=3002
REFRESH_TOKEN=1000.da3146d49fa8a399f0c635e74954ff9c.e010dbb1bb605d7e1aa5bf7fc0521f8b
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
apps: [
{
name: "irth-server:3002",
script: "./dist",
},
],
};