aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-11 00:39:43 +0000
committerMelanie Thielker2008-10-11 00:39:43 +0000
commit2214b2f5783a4015f9fcfba6b2e7265c6bb01020 (patch)
treee284886cdef1f8d297955bc54b2faf31d96dd10c /bin/OpenSim.ini.example
parentEliminate some unnecessary polygons (diff)
downloadopensim-SC_OLD-2214b2f5783a4015f9fcfba6b2e7265c6bb01020.zip
opensim-SC_OLD-2214b2f5783a4015f9fcfba6b2e7265c6bb01020.tar.gz
opensim-SC_OLD-2214b2f5783a4015f9fcfba6b2e7265c6bb01020.tar.bz2
opensim-SC_OLD-2214b2f5783a4015f9fcfba6b2e7265c6bb01020.tar.xz
Commit Diva's new patch for the DataSnapshot. Comment the default
metaverseink search provider to prevent accidental data exposure.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example10
1 files changed, 7 insertions, 3 deletions
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
569; Set index_sims to true to enable search engines to index your searchable data 569; Set index_sims to true to enable search engines to index your searchable data
570; If false, no data will be exposed, DataSnapshot module will be off, and you can ignore the rest of these search-related configs 570; If false, no data will be exposed, DataSnapshot module will be off, and you can ignore the rest of these search-related configs
571index_sims = false 571index_sims = false
572; The variable data_exposure controls what the regions expose:
573; minimum: exposes only things explicitly marked for search
574; all: exposes everything
575data_exposure = minimum
572; If search is on, change this to your grid name; will be ignored for standalones 576; If search is on, change this to your grid name; will be ignored for standalones
573gridname = "OSGrid" 577gridname = "OSGrid"
574; Period between data snapshots, in seconds. 20 minutes, for starters, so that you see the initial changes fast. 578; Period between data snapshots, in seconds. 20 minutes, for starters, so that you see the initial changes fast.
@@ -576,9 +580,9 @@ gridname = "OSGrid"
576default_snapshot_period = 1200 580default_snapshot_period = 1200
577; This will be created in bin, if it doesn't exist already. It will hold the data snapshots. 581; This will be created in bin, if it doesn't exist already. It will hold the data snapshots.
578snapshot_cache_directory = "DataSnapshot" 582snapshot_cache_directory = "DataSnapshot"
579; This semicolon-separated string serves to notify specific data services 583; This semicolon-separated string serves to notify specific data services about the existence
580; about the existence of this sim. 584; of this sim. Uncomment if you want to index your data with this and/or other search providers.
581data_services="http://metaverseink.com/cgi-bin/register.py" 585;data_services="http://metaverseink.com/cgi-bin/register.py"
582 586
583 587
584[Economy] 588[Economy]