I am trying to figure out how to do the following # config.yml foo: foo1: "blah" # development.yml foo: foo2: "blech" # production.yml foo: foo2: "yuck" Is this possible? If yes, how? -- Puneet Kishor