Subversion Repositories SmartDukaan

Rev

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

Rev 13815 Rev 14344
Line 87... Line 87...
87
		'datasource' => 'SolrSource',
87
		'datasource' => 'SolrSource',
88
		'host' => '104.200.25.40',
88
		'host' => '104.200.25.40',
89
		'port' => '8080',
89
		'port' => '8080',
90
		'path' => '/solr/'
90
		'path' => '/solr/'
91
 	);
91
 	);
-
 
92
 
-
 
93
	public $mongo = array(
-
 
94
		'datasource' => 'Mongodb.MongodbSource',
-
 
95
		'host' => 'shop2020.in',
-
 
96
		'database' => 'Catalog',
-
 
97
		'port' => 27017,
-
 
98
		'prefix' => '',
-
 
99
		'persistent' => 'true',        
-
 
100
	    );
92
}
101
}