Subversion Repositories SmartDukaan

Rev

Rev 13633 | Rev 14344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13633 Rev 13815
Line 81... Line 81...
81
		'database' => 'test_database_name',
81
		'database' => 'test_database_name',
82
		'prefix' => '',
82
		'prefix' => '',
83
		//'encoding' => 'utf8',
83
		//'encoding' => 'utf8',
84
	);
84
	);
85
	
85
	
86
	public $faraway = array(
86
	public $solr = array(
87
	    'datasource' => 'FarAwaySource',
87
		'datasource' => 'SolrSource',
-
 
88
		'host' => '104.200.25.40',
88
	    'apiKey'     => '1234abcd',
89
		'port' => '8080',
-
 
90
		'path' => '/solr/'
89
	);
91
 	);
90
}
92
}