]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nominatim/templates/default/nominatim.erb
fix log file ownership
[chef.git] / cookbooks / nominatim / templates / default / nominatim.erb
1 <?php
2 # DO NOT EDIT - This file is being maintained by Chef
3
4 @define('CONST_Database_DSN', 'pgsql://@/<%= node[:nominatim][:database][:dbname] %>');
5 @define('CONST_Website_BaseURL', 'http://nominatim.openstreetmap.org/');
6