From 2214b2f5783a4015f9fcfba6b2e7265c6bb01020 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 11 Oct 2008 00:39:43 +0000 Subject: Commit Diva's new patch for the DataSnapshot. Comment the default metaverseink search provider to prevent accidental data exposure. --- bin/OpenSim.ini.example | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c21e843..6a56853 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -569,6 +569,10 @@ max_listens_per_script = 64 ; Set index_sims to true to enable search engines to index your searchable data ; If false, no data will be exposed, DataSnapshot module will be off, and you can ignore the rest of these search-related configs index_sims = false +; The variable data_exposure controls what the regions expose: +; minimum: exposes only things explicitly marked for search +; all: exposes everything +data_exposure = minimum ; If search is on, change this to your grid name; will be ignored for standalones gridname = "OSGrid" ; Period between data snapshots, in seconds. 20 minutes, for starters, so that you see the initial changes fast. @@ -576,9 +580,9 @@ gridname = "OSGrid" default_snapshot_period = 1200 ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots. snapshot_cache_directory = "DataSnapshot" -; This semicolon-separated string serves to notify specific data services -; about the existence of this sim. -data_services="http://metaverseink.com/cgi-bin/register.py" +; This semicolon-separated string serves to notify specific data services about the existence +; of this sim. Uncomment if you want to index your data with this and/or other search providers. +;data_services="http://metaverseink.com/cgi-bin/register.py" [Economy] -- cgit v1.1