mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Initial import of old legacy Zynapse Framework,
untouched since early 2008.
This commit is contained in:
14
config/environments/_shell.php
Normal file
14
config/environments/_shell.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user