We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c07885 commit 079be7aCopy full SHA for 079be7a
config-production-firefox.toml
@@ -0,0 +1,19 @@
1
+[pulse]
2
+# Those parameters can be overriden by PULSE_* environment variables
3
+host = "pulse.mozilla.org"
4
+port = 5671
5
+ssl = true
6
+userid = "SET THIS IN PULSE_USERID ENV VARIABLE"
7
+password = "SET THIS IN PULSE_PASSWORD ENV VARIABLE"
8
+# The exchange is declared by the Producer.
9
+exchange = "exchange/landoprod/pushes"
10
+routing_key = "gitpushes"
11
+# The Consumer declares the queue and binds it to the exchange.
12
+heartbeat = 30
13
+queue = "queue/githgsyncprod/pushes"
14
+
15
+[sentry]
16
+sentry_dsn = ""
17
18
+[clones]
19
+directory = "/clones"
0 commit comments