#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
-if node[:web][:readonly_database_host]
- database_host = node[:web][:readonly_database_host]
- database_readonly = true
-else
- database_host = node[:web][:database_host]
- database_readonly = node[:web][:status] == "database_readonly"
-end
+database_host = node[:web][:readonly_database_host] || node[:web][:database_host]
"CGIMAP_USERNAME" => "cgimap",
"CGIMAP_PASSWORD" => db_passwords["cgimap"],
"CGIMAP_OAUTH_HOST" => node[:web][:database_host],
"CGIMAP_USERNAME" => "cgimap",
"CGIMAP_PASSWORD" => db_passwords["cgimap"],
"CGIMAP_OAUTH_HOST" => node[:web][:database_host],
"CGIMAP_PIDFILE" => "#{node[:web][:pid_directory]}/cgimap.pid",
"CGIMAP_LOGFILE" => "#{node[:web][:log_directory]}/cgimap.log",
"CGIMAP_MEMCACHE" => memcached_servers.join(","),
"CGIMAP_RATELIMIT" => "204800",
"CGIMAP_MAXDEBT" => "250"
user "rails"
"CGIMAP_PIDFILE" => "#{node[:web][:pid_directory]}/cgimap.pid",
"CGIMAP_LOGFILE" => "#{node[:web][:log_directory]}/cgimap.log",
"CGIMAP_MEMCACHE" => memcached_servers.join(","),
"CGIMAP_RATELIMIT" => "204800",
"CGIMAP_MAXDEBT" => "250"
user "rails"