]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/environment.py
make Python frontend default and PHP optional
[nominatim.git] / test / bdd / environment.py
index 664b5ac79e7d2013182ebff5036f04889870f586..460f3569d3f1a75a91b0e61ba986693f211cbc69 100644 (file)
@@ -28,7 +28,7 @@ userconfig = {
     'SERVER_MODULE_PATH' : None,
     'TOKENIZER' : None, # Test with a custom tokenizer
     'STYLE' : 'extratags',
-    'API_ENGINE': 'php',
+    'API_ENGINE': 'falcon',
     'PHPCOV' : False, # set to output directory to enable code coverage
 }