Subversion Repositories SmartDukaan

Rev

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

Rev 14394 Rev 15767
Line 90... Line 90...
90
		'path' => '/solr/'
90
		'path' => '/solr/'
91
 	);
91
 	);
92
 
92
 
93
	public $mongo = array(
93
	public $mongo = array(
94
		'datasource' => 'Mongodb.MongodbSource',
94
		'datasource' => 'Mongodb.MongodbSource',
95
		'host' => 'shop2020.in',
95
		'host' => '104.200.25.40',
96
		'database' => 'Catalog',
96
		'database' => 'Catalog',
97
		'port' => 27017,
97
		'port' => 27017,
98
		'prefix' => '',
98
		'prefix' => '',
99
		'persistent' => 'true',        
99
		'persistent' => 'true',        
100
    );
100
    );