mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 08:52:28 +00:00
Removed section from README about adding lines to [Modules] section.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@195 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
@@ -125,7 +125,7 @@ Add the following lines to all OpenSim.ini files:
|
||||
;// The SearchURL is important. It must be correct or search won't work. //
|
||||
;// //
|
||||
;// Change the URL to point to the query.php file on your own HTTP server //
|
||||
;SearchURL = http://192.168.0.1/query.php
|
||||
SearchURL = http://192.168.0.1/query.php
|
||||
;// //
|
||||
;///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -137,13 +137,6 @@ Uncomment and edit the SearchURL line so it contains the correct address for
|
||||
the webserver and needed path to where the query.php file was installed on
|
||||
your webserver.
|
||||
|
||||
To allow the Teleport and Show on Map buttons to work properly (for search
|
||||
results containing locations) the following two lines must be added to the
|
||||
[Modules] section of the OpenSim.ini file:
|
||||
|
||||
LandServices = "RemoteLandServicesConnector"
|
||||
LandServiceInConnector = "true"
|
||||
|
||||
The last changes to be made to the OpenSim.ini file are in the [DataSnapshot]
|
||||
section. Change index_sims to true. You can have data_exposure set to all but
|
||||
it is better to leave it on minimum so users can control what items can appear
|
||||
|
||||
Reference in New Issue
Block a user