add log
This commit is contained in:
parent
7d9d26c14d
commit
f373da8428
|
|
@ -11,6 +11,8 @@ const pool = mariadb.createPool({
|
||||||
connectionLimit: 5,
|
connectionLimit: 5,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(process.env)
|
||||||
|
|
||||||
const FreepbxManager = require("./freepbx");
|
const FreepbxManager = require("./freepbx");
|
||||||
const fpbx = new FreepbxManager({
|
const fpbx = new FreepbxManager({
|
||||||
url: process.env.FREEPBX_URL,
|
url: process.env.FREEPBX_URL,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue