"localhost", "db_name"=>"YourDBname", "db_user"=>"Username", "db_pwd"=>"password", /* store prefix */ "prefix"=>"arc", /* store */ "store_type"=>"basic+", // (basic|basic+|split) "id_type"=>"hash_int", // (hash_int|hash_md5|hash_sha1|incr_int) "reversible_consolidation"=>false, // adds additional columns "index_type"=>"advanced", // (basic|advanced) "index_graph_iris"=>true, // add graph columns to indexes "index_words"=>true, // creates FULLTEXT index on values "charset"=>"utf8" // for MySQL, if supported ); return $config; } ?>