Skip to content

Commit

Permalink
include missing exports (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: p.souza <[email protected]>
  • Loading branch information
paulotelles and psouzacognigy authored Dec 14, 2023
1 parent 81288d8 commit 9f3b0ce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,24 @@ const DRACHTIO_SECRET = process.env.DRACHTIO_SECRET
const JAMBONES_REDIS_SENTINELS = process.env.JAMBONES_REDIS_SENTINELS
const JAMBONES_REDIS_SENTINEL_MASTER_NAME = process.env.JAMBONES_REDIS_SENTINEL_MASTER_NAME
const JAMBONES_REDIS_HOST = process.env.JAMBONES_REDIS_HOST

module.exports = {
LOGLEVEL,
K8S,
JAMBONES_CLUSTER_ID,
OPTIONS_PING_INTERVAL,
JAMBONES_SBCS,
RTPENGINE_URL,
RTPENGINE_DTMF_LOG_PORT,
DTMF_ONLY,
AWS_SNS_PORT,
AWS_REGION,
AWS_SNS_PORT_MAX,
AWS_SNS_TOPIC_ARM,
DRACHTIO_HOST,
DRACHTIO_PORT,
DRACHTIO_SECRET,
JAMBONES_REDIS_SENTINELS,
JAMBONES_REDIS_SENTINEL_MASTER_NAME,
JAMBONES_REDIS_HOST
};

0 comments on commit 9f3b0ce

Please sign in to comment.