gbv / jskos-server

Web service to access JSKOS data
https://coli-conc.gbv.de/api/
MIT License
6 stars 4 forks source link

Allow setting path to config.json via environment variable #107

Closed stefandesu closed 4 years ago

stefandesu commented 4 years ago

This would make Docker deployment (#105) much easier as we could hardcode it into the container to use a certain path.

At the same time, we can add dotenv so we can use a .env file to set CONFIG_FILE and NODE_ENV.