From: Sarah Hoffmann Date: Sat, 27 May 2017 14:08:56 +0000 (+0200) Subject: nominatim: add pyosmium location to settings X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/961669d212a8da9dfe3d6f89e22e794b26f6aa0e nominatim: add pyosmium location to settings --- diff --git a/cookbooks/nominatim/templates/default/settings.erb b/cookbooks/nominatim/templates/default/settings.erb index afab0803e..46b1b1a7d 100644 --- a/cookbooks/nominatim/templates/default/settings.erb +++ b/cookbooks/nominatim/templates/default/settings.erb @@ -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 -%>