Skip to content

Instantly share code, notes, and snippets.

@AleksMeshkov
Created March 24, 2014 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AleksMeshkov/9738879 to your computer and use it in GitHub Desktop.
Save AleksMeshkov/9738879 to your computer and use it in GitHub Desktop.
<?php
return array (
'host' => '127.0.0.1',
'port' => 9312,
'indexes' => array (
'discash_offers' => array ( 'table' => 'offers', 'column' => 'id' ),
'discash_products' => array ( 'table' => 'products', 'column' => 'id' ),
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment