From: Tom Hughes Date: Sun, 25 Aug 2024 10:53:49 +0000 (+0100) Subject: Drop CGIMAP_OAUTH_HOST setting X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9f0765287dea0835730db9f46c11b457a2efa165?hp=3308749a82da1eaeea282a5b51e68fcf824c3655 Drop CGIMAP_OAUTH_HOST setting --- diff --git a/cookbooks/web/recipes/cgimap.rb b/cookbooks/web/recipes/cgimap.rb index f9f2c66b4..72e41b3e2 100644 --- a/cookbooks/web/recipes/cgimap.rb +++ b/cookbooks/web/recipes/cgimap.rb @@ -41,7 +41,6 @@ cgimap_options = { "CGIMAP_DBNAME" => "openstreetmap", "CGIMAP_USERNAME" => "cgimap", "CGIMAP_PASSWORD" => db_passwords["cgimap"], - "CGIMAP_OAUTH_HOST" => node[:web][:database_host], "CGIMAP_UPDATE_HOST" => node[:web][:database_host], "CGIMAP_PIDFILE" => "#{node[:web][:pid_directory]}/cgimap.pid", "CGIMAP_LOGFILE" => "#{node[:web][:log_directory]}/cgimap.log",