extras/crash_test.production.conf
changeset 111 f827f3c50dcf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/extras/crash_test.production.conf	Sun Feb 21 22:32:27 2016 +0100
@@ -0,0 +1,12 @@
+{
+  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: