From f4ad80527a5949ef27bbc52190a74a8af800d8fb Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 18 Aug 2021 15:26:04 -0400 Subject: [PATCH] hydra-notify: Enable the prometheus exporter in development environments by default --- foreman/start-hydra.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/foreman/start-hydra.sh b/foreman/start-hydra.sh index 4e348266..cedcde6e 100755 --- a/foreman/start-hydra.sh +++ b/foreman/start-hydra.sh @@ -19,6 +19,13 @@ if [ ! -f ./.hydra-data/hydra.conf ]; then cat << EOF > .hydra-data/hydra.conf # test-time instances likely don't want to bootstrap nixpkgs from scratch use-substitutes = true + + + + listen_address = 127.0.0.1 + port = 64445 + + EOF fi HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-dev-server --port 63333