]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/nominatim.erb
bring nominatim under chef control
[chef.git] / cookbooks / nominatim / templates / default / nominatim.erb
diff --git a/cookbooks/nominatim/templates/default/nominatim.erb b/cookbooks/nominatim/templates/default/nominatim.erb
new file mode 100644 (file)
index 0000000..ea486ad
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+# DO NOT EDIT - This file is being maintained by Chef
+
+@define('CONST_Database_DSN', 'pgsql://@/<%= node[:nominatim][:database][:dbname] %>');
+@define('CONST_Website_BaseURL', 'http://nominatim.openstreetmap.org/');
+