Last active
July 28, 2019 12:50
-
-
Save marttp/856e5e97a023d6c4ee3acabb07f7e1d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const IMAGE_PATH = './images'; | |
const TMP_PATH = './tmp'; | |
module.exports = { | |
IMAGE_PATH, | |
TMP_PATH | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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