]> git.openstreetmap.org Git - chef.git/commitdiff
Drop CGIMAP_OAUTH_HOST setting
authorTom Hughes <tom@compton.nu>
Sun, 25 Aug 2024 10:53:49 +0000 (11:53 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 25 Aug 2024 10:53:49 +0000 (11:53 +0100)
cookbooks/web/recipes/cgimap.rb

index f9f2c66b49450f6123521e831912f3cfbe4321ce..72e41b3e2515295ae1603191914b8750ac8d47ba 100644 (file)
@@ -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",