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"