From 01f6311a6f5e941126106d0b1597bec7216cf66f Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Sat, 23 Mar 2024 17:37:41 -0600 Subject: [PATCH] Fix --- modules/changeprop/templates/jobqueue.config.yaml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/changeprop/templates/jobqueue.config.yaml.erb b/modules/changeprop/templates/jobqueue.config.yaml.erb index 856b188af8..63f325b080 100644 --- a/modules/changeprop/templates/jobqueue.config.yaml.erb +++ b/modules/changeprop/templates/jobqueue.config.yaml.erb @@ -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 @@ -167,4 +167,4 @@ services: # - user-agent # - x-request-id user_agent: ChangePropagation-JobQueue/WT - spec: *spec \ No newline at end of file + spec: *spec