diff --git a/config.js b/config.js index 21681a81..3d46aa71 100644 --- a/config.js +++ b/config.js @@ -187,3 +187,7 @@ module.exports = { certificate: "" } }; + +if ("SHOUT_CONFIG" in process.env) { + module.exports = require(process.env.SHOUT_CONFIG); +}