my $conf = { app_home => '/path/to/app/', other_key => 'other_value', dev => { app_home => '/other/path', }, prod => { other_key => 'foo bar', }, };