This replaces the use of the Configuration class with dedicated setter methods.
All of the values previously stored in $config have reasonable default values, so having them in $config seemed unnecessary. The setters take care of corner cases while
the main use cases can now do completely without Configuration or setters.
This depends on http://reviews.lunr.nl/r/31/