array( // db config selection 'db_host' => 'test', // other db connections // 'db_host_target' => '', // 'db_host_other' => '', // location flagging (test/dev/live) for debug output 'location' => 'test', // show DEBUG override 'debug_flag' => true, // site language 'site_lang' => 'en_utf8', // enable/disable login override 'login_enabled' => true ) ); // __END__