]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/settings.erb
Search rank for new namespace
[chef.git] / cookbooks / nominatim / templates / default / settings.erb
index 454f56b5d267a340203329c0280e33da98dae438..18858ca07067cbd23a719e5ba61bede78ee58df7 100644 (file)
@@ -1,11 +1,9 @@
 <?php
 # DO NOT EDIT - This file is being maintained by Chef
 
-@define('CONST_Database_DSN', 'pgsql://@/<%= @dbname %>');
+@define('CONST_Database_DSN', 'pgsql:dbname=<%= @dbname %>');
 @define('CONST_Website_BaseURL', 'https://<%= @base_url %>/');
 
-@define('CONST_Pyosmium_Binary', '/usr/local/bin/pyosmium-get-changes');
-
 <% if @flatnode_file -%>
 @define('CONST_Osm2pgsql_Flatnode_File', '<%= @flatnode_file %>');
 <% end -%>