The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
% my $class = shift;
% my $name = lc $class;
%= q[% my $url = "http://localhost:3000";];

<%= '%' %> extends_config 'hypnotoad', app => '<%= $name %>', url => $url;

start_mode :
    - hypnotoad

url : <<%= '%' %>= $url <%= '%' %>>

db :
    database : <%= $name %>server
    schema   : <%= $name %>schema
    port     : 5433
    host     : /var/run/postgresql