Files
zynapse/config/environments/_shell.php
2010-02-25 00:16:53 +02:00

14 lines
308 B
PHP

<?php
/*
Zynapse Shell Script Environment
- environment settings use by generate, migrate and other shell scripts
*/
# environment used by the shell scripts, modify accordingly to
# the current environment the code is in
# ( development | test | production )
$shell_environment = 'development';
?>