Skip to content

Instantly share code, notes, and snippets.

@marttp
Last active July 28, 2019 12:50
Show Gist options
  • Save marttp/856e5e97a023d6c4ee3acabb07f7e1d0 to your computer and use it in GitHub Desktop.
Save marttp/856e5e97a023d6c4ee3acabb07f7e1d0 to your computer and use it in GitHub Desktop.
const IMAGE_PATH = './images';
const TMP_PATH = './tmp';
module.exports = {
IMAGE_PATH,
TMP_PATH
};
module.exports = {
PORT: 3000 || process.env.PORT,
JOB_SCHEDULE: '*/2 * * * *'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment