- ⌂ io_comand_script
- Classes
- Configurations
io_comand_script/script.php Configuration
The script package has an optional configuration file that can be added under the main webCOMAND config folder: <webcomand root>/config/io_comand_script/script.php
.
<?php
/**
* Defines configuration parameters for the cScript processor.
*/
$config = [
// Defines the modules that are enabled.
'mod-image_enabled' => TRUE,
'instructions_run_limit' => 32768
];