config: Allow specifying configuration values with no default.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 6 Aug 2010 16:22:46 +0000 (18:22 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 6 Aug 2010 16:22:46 +0000 (18:22 +0200)
By specifying a default of None, a config value will have no default. We
could just leave out the value alltogether, but this way even values
without a default are "documented" (this will be extended later).


No differences found