const path = require('path') module.exports = { download_location: process.env.DL_LOC || path.resolve(__dirname, '..', 'downloaded') }