Skip to content

Instantly share code, notes, and snippets.

@marttp
Created July 28, 2019 06:40
Show Gist options
  • Save marttp/5bc01f7cc3aea8d2739caa03c4ee00d9 to your computer and use it in GitHub Desktop.
Save marttp/5bc01f7cc3aea8d2739caa03c4ee00d9 to your computer and use it in GitHub Desktop.
module.exports = {
PORT: 3000 || process.env.PORT,
JOB_SCHEDULE: '* * * * *'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment