redislabs-training / node-js-crash-course

The Sample Application for the Node.js Redis Crash Course.
https://developer.redis.com/develop/node/node-crash-course/
MIT License
33 stars 17 forks source link

Enhancement to allow config file name to be configurable. #8

Closed simonprickett closed 3 years ago

simonprickett commented 3 years ago

Makes the config file name configurable using the CRASH_COURSE_CONFIG_FILE environment variable. Needed to get the application running in Docker, and just useful to have generally.