BEGIN { $ENV{MYAPP_CONFIG_LOCAL_SUFFIX} = "_test"; } # Where myapp_test.yml has the override # setting (plus whatever _local mods you have too), e.g.- --- Model::BLAH: connection_info: - my_override_stuff...