RSCodingClub / STUCO-Backend

MIT License
3 stars 0 forks source link

Better use of configuration. #47

Closed itotallyrock closed 7 years ago

itotallyrock commented 7 years ago

Split configuration into several files each relevant to their contents. Like a config file for google that contains calendar and oauth information, a file for mongodb, and one for location.

itotallyrock commented 7 years ago

This idea is currently complete with new configuration files that use environmental variables entirely. It also has schema validation. The only thing left is to use the new config in all old use cases.