install pm2

This commit is contained in:
Михаил Капелько
2025-08-16 23:33:17 +03:00
parent 46f65da61d
commit c2109d3922
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
let fs = require("fs");
let http = require("http");
//let DST_DIR = "/var/log";
let DST_DIR = "/tmp";
let DST_DIR = "/var/log/consult";
//let DST_DIR = "/tmp";
let TEMPLATE_FILE_NAME = "%DIR%/consult_%UUID%";
let URL_CONSULT = "/api/consult";