<?php defined('SYSPATH') or die('No direct script access.');
/**
* Settings related to the Kohana 3 MAXMIND GeoIP module.
*
* @package Kohana GeoIP 3
*/
return array(
// Database location
'database' => MODPATH . 'geoip/database/GeoIP-106_20111129.dat',
// Enable shared memory
'use_shared_memory' => false,
// Enable internal cache
'internal_cache' => true
);