extras/crash_test.production.conf
changeset 111 f827f3c50dcf
equal deleted inserted replaced
110:d024bf1f4eab 111:f827f3c50dcf
       
     1 {
       
     2   hypnotoad => {
       
     3     listen => [ "http://127.0.0.1:3000", "http://[::1]:3000" ],
       
     4     workers => 2,
       
     5     proxy => 1,
       
     6     upgrade_timeout => 5,
       
     7     inactivity_timeout => 0,
       
     8     heartbeat_timeout => 360,
       
     9     pid_file => '/run/crashtest/hypnotoad.pid',
       
    10   }
       
    11 }
       
    12 # vim:ft=perl: