/[LeafOK_CVS]/fenglin/TODO/conf/solr.conf.php
ViewVC logotype

Annotation of /fenglin/TODO/conf/solr.conf.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Jan 21 09:53:39 2026 UTC (7 weeks, 6 days ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
Format

1 sysadm 1.1 <?php
2     $solr_options = array
3     (
4     "hostname" => "localhost",
5     "port" => "8983",
6 sysadm 1.2 "login" => "username",
7 sysadm 1.1 "password" => "password",
8     "auth" => "HTTPBasicAuth",
9     "path" => "/solr/lbbs",
10     );

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1