]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dev/templates/default/cgimap.environment.erb
split configuration in two, include new templates
[chef.git] / cookbooks / dev / templates / default / cgimap.environment.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 CGIMAP_PORT="<%= @cgimap_port %>"
4 CGIMAP_DBPORT="<%= @database_port %>"
5 CGIMAP_DBNAME="<%= @database_name %>"
6 CGIMAP_USERNAME="apis"
7 CGIMAP_LOGFILE="<%= @log_directory %>/cgimap.log"
8 CGIMAP_MEMCACHE="127.0.0.1"
9 CGIMAP_RATELIMIT="204800"
10 CGIMAP_MAXDEBT="250"