extras/crash_test.production.conf
author Vincent Tondellier <tonton+hg@team1664.org>
Sat, 26 Nov 2016 18:33:57 +0100
changeset 118 a8ff5a8a4fe8
parent 111 f827f3c50dcf
permissions -rw-r--r--
Let PostgreSQL remove unneeded join on crash_group if possible, join bug_link on crash_report.crash_group_id

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