adding boolean to config

c.add("INIT2B", true) // does not work as expected c.add("INIT2B", "true") // this works just fine