| author | Vincent Tondellier <tonton+hg@team1664.org> |
| Mon, 17 Jul 2023 22:22:33 +0200 | |
| changeset 131 | bb5fad5d66b8 |
| parent 111 | f827f3c50dcf |
| permissions | -rw-r--r-- |
|
111
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
1 |
{
|
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
2 |
hypnotoad => {
|
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
3 |
listen => [ "http://127.0.0.1:3000", "http://[::1]:3000" ], |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
4 |
workers => 2, |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
5 |
proxy => 1, |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
6 |
upgrade_timeout => 5, |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
7 |
inactivity_timeout => 0, |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
8 |
heartbeat_timeout => 360, |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
9 |
pid_file => '/run/crashtest/hypnotoad.pid', |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
10 |
} |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
11 |
} |
|
f827f3c50dcf
Add examples (config, systemd and uploader)
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
12 |
# vim:ft=perl: |