Skip to content

Commit 079be7a

Browse files
authored
config: create empty prod-fx config (bug 2016012) (#82)
We are preparing to use separate sync workers per target. This empty config is to support spinning up a dedicated firefox worker ahead of time.
1 parent 1c07885 commit 079be7a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

config-production-firefox.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)