openfisca / legislation-explorer

Explore legislation formulas and parameters.
https://legislation.demo.openfisca.org
GNU Affero General Public License v3.0
26 stars 12 forks source link

Support loading arbitrary configuration files #147

Closed MattiSG closed 6 years ago

MattiSG commented 6 years ago

The current config loading mechanism relies on config files being available in the config folder of this repository. As presented in #143, this does not scale. Configuration files should be loadable from anywhere.

Environment variables usage should be minimised, and all should be definable in the configuration files for more reliable deployments.