default.php 132 B

123456789
  1. <?php
  2. $config['debug'] = array
  3. (
  4. 'log' => array('type' => 'file','host' => 'host', 'port' => 'port'),
  5. );
  6. return $config;