extras/crash_test.production.conf
author Vincent Tondellier <tonton+hg@team1664.org>
Sat, 29 Oct 2016 18:29:44 +0200
changeset 115 a092dd98e34d
parent 111 f827f3c50dcf
permissions -rw-r--r--
Don't define the variables, that's the job of vars(1)

{
  hypnotoad => {
    listen => [ "http://127.0.0.1:3000", "http://[::1]:3000" ],
    workers => 2,
    proxy => 1,
    upgrade_timeout => 5,
    inactivity_timeout => 0,
    heartbeat_timeout => 360,
    pid_file => '/run/crashtest/hypnotoad.pid',
  }
}
# vim:ft=perl: