From c248d5a10c39d8fbd3f487318744fc65747ae248 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Wed, 11 Feb 2026 16:49:36 +1100 Subject: [PATCH] config: create empty prod-fx config (bug 2016012) --- config-production-firefox.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config-production-firefox.toml diff --git a/config-production-firefox.toml b/config-production-firefox.toml new file mode 100644 index 0000000..9e31c1d --- /dev/null +++ b/config-production-firefox.toml @@ -0,0 +1,19 @@ +[pulse] +# Those parameters can be overriden by PULSE_* environment variables +host = "pulse.mozilla.org" +port = 5671 +ssl = true +userid = "SET THIS IN PULSE_USERID ENV VARIABLE" +password = "SET THIS IN PULSE_PASSWORD ENV VARIABLE" +# The exchange is declared by the Producer. +exchange = "exchange/landoprod/pushes" +routing_key = "gitpushes" +# The Consumer declares the queue and binds it to the exchange. +heartbeat = 30 +queue = "queue/githgsyncprod/pushes" + +[sentry] +sentry_dsn = "" + +[clones] +directory = "/clones"