Skip to content

Instantly share code, notes, and snippets.

@sebacruz
Created March 2, 2012 22:29
Show Gist options
  • Save sebacruz/1961898 to your computer and use it in GitHub Desktop.
Save sebacruz/1961898 to your computer and use it in GitHub Desktop.
<?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
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment