]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: add pyosmium location to settings
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 27 May 2017 14:08:56 +0000 (16:08 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 27 May 2017 14:08:56 +0000 (16:08 +0200)
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 -%>