mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
// * Duplicate file into `captainhook.config.json`
|
|
// * Remove all comments (`// ...`)
|
|
// * Keep only 1 `php-path` line and adjust it to your environment
|
|
{
|
|
// Example of Windows path to PHP binary
|
|
"php-path": "C:/wamp64/bin/php/php8.2.26/php.exe"
|
|
// Example of Unix path tp PHP binary
|
|
"php-path": "/usr/bin/php"
|
|
} |