Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config-development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
host = "pulse.mozilla.org"
port = 5671
ssl = true
userid = "githgsyncdev"
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/landodev/pushes"
Expand Down
2 changes: 1 addition & 1 deletion config-production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
host = "pulse.mozilla.org"
port = 5671
ssl = true
userid = "githgsyncprod"
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"
Expand Down
2 changes: 1 addition & 1 deletion config-staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
host = "pulse.mozilla.org"
port = 5671
ssl = true
userid = "githgsyncstage"
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/landostage/pushes"
Expand Down