Created
October 10, 2023 11:46
-
-
Save ikem-krueger/678b482b42c01f9b492b62c7516a3dcc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
highlight: true, | |
injectBody: true, | |
navigate: true, | |
port: 5555, | |
root: "www/", | |
open: "index.php", | |
browser: "chrome", | |
php: "C:\\php\\php-8.0.13\\php.exe" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment