The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl
{
  foo => 1, # should not override 123 below in basic.t
  secret => 'super-secret',
  secrets => [ 'super-secret' ],
  apps => [
    't::lib::Test' => {
      'Host' => 'te.st',
      'config' => { bar => 123 },
    },
    't::lib::Test' => {
      'X-Request-Base' => 'http://localhost:1234/yikes',
      'config' => { foo => 123 },
    },
  ],
  plugins => [
    't::lib::Plugin' => ['yikes'],
  ],
}