This commit is contained in:
Tim Schubert 2021-01-02 19:21:53 +01:00
parent dc54552eba
commit f8402f1c70
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -14,7 +14,7 @@ in
notificationSender = "hydra@localhost"; notificationSender = "hydra@localhost";
buildMachinesFiles = [ ]; buildMachinesFiles = [ ];
useSubstitutes = true; useSubstitutes = true;
listenHost = "*"; listenHost = "10.3.3.3";
port = 3000; port = 3000;
}; };