make Python frontend default and PHP optional

This commit is contained in:
Sarah Hoffmann
2024-02-15 19:44:04 +01:00
parent 19360a9552
commit 05fad607ff
7 changed files with 53 additions and 25 deletions

View 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
}