]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/settings.erb
nominatim: enable updating of postcodes
[chef.git] / cookbooks / nominatim / templates / default / settings.erb
index afab0803e580ae5ca79997df30dade9ce942e896..46b1b1a7db5605057065e5eb8f51e0c102349b64 100644 (file)
@@ -7,6 +7,8 @@ if (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']))
 else
     @define('CONST_Website_BaseURL', 'http://<%= @base_url %>/');
 
+@define('CONST_Pyosmium_Binary', '/usr/local/bin/pyosmium-get-changes');
+
 <% if @flatnode_file -%>
 @define('CONST_Osm2pgsql_Flatnode_File', '<%= @flatnode_file %>');
 <% end -%>