Parent Directory
|
Revision Log
Add Solr container related configuration and script files
| 1 | <?php |
| 2 | $solr_options = array |
| 3 | ( |
| 4 | "hostname" => "solr", |
| 5 | "port" => "8983", |
| 6 | // "login" => "username", |
| 7 | // "password" => "password", |
| 8 | // "auth" => "HTTPBasicAuth", |
| 9 | "path" => "/solr/lbbs", |
| 10 | ); |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |