Development mode

Swarm has a development mode that, when enabled, changes Swarm's behavior in the following ways:

To enable development mode:

Adjust the SWARM_ROOT/data/config.php file to include:

<?php
return array(
'p4' => ...
'environment' => array(
'mode' => 'development'
)
);

To disable development mode:

Adjust the SWARM_ROOT/data/config.php file to exclude the 'mode' => 'development' line.