This commit is contained in:
Christopher Cookman 2026-07-03 14:07:38 -06:00
parent 7d9d26c14d
commit f373da8428

View file

@ -11,6 +11,8 @@ const pool = mariadb.createPool({
connectionLimit: 5,
});
console.log(process.env)
const FreepbxManager = require("./freepbx");
const fpbx = new FreepbxManager({
url: process.env.FREEPBX_URL,