extras/crash_test.production.conf
author Vincent Tondellier <tonton+hg@team1664.org>
Mon, 17 Jul 2023 22:51:43 +0200
changeset 133 42a4a2f8c790
parent 111 f827f3c50dcf
permissions -rw-r--r--
Cleanup Fix confusion between defined and exists

{
  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: