diff --git a/config.js b/config.js index 84b6c0df..012d420c 100644 --- a/config.js +++ b/config.js @@ -195,3 +195,7 @@ module.exports = { certificate: "" } }; + +if ("SHOUT_CONFIG" in process.env) { + module.exports = require(process.env.SHOUT_CONFIG); +}