Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 23, 2024
1 parent a2c99a6 commit 01f6311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/changeprop/templates/jobqueue.config.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:
port: 7200
# interface: localhost # uncomment to only listen on localhost
# URL of the outbound proxy to use (complete with protocol)
proxy: <%= proxy if proxy else '' %>
proxy: '<%= proxy %>'
# the list of domains for which not to use the proxy defined above
# no_proxy_list:
# - domain1.com
Expand All @@ -167,4 +167,4 @@ services:
# - user-agent
# - x-request-id
user_agent: ChangePropagation-JobQueue/WT
spec: *spec
spec: *spec

0 comments on commit 01f6311

Please sign in to comment.