Refactor Config defaults
Use "omitempty" to allow defaults in the config file to be correctly passed. Without this, explicitly setting an empty default like an empty string will not work. Needed in order to allow explicitly disabling some settings.
Related to: #121 (closed)
Signed-off-by: Ben Kochie superq@gmail.com