The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
% my $root = $ENV{YARS_TMP_ROOT};
% my $url = "http://localhost:9059";
url : <%= $url %>
start_mode : 'hypnotoad'
hypnotoad :
    listen :
       - <%= $url %>
    workers : 1
    pid_file : /tmp/yars.test.<%= $< %>.hypnotoad.pid
    lock_file : /tmp/yars.test.<%= $< %>.hypnotoad.lock

servers :
    - url : <%= $url %>
      disks :
        - root : <%= $root %>/one
          buckets : [0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F]