diff options
author | Melanie Thielker | 2008-10-11 00:39:43 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-11 00:39:43 +0000 |
commit | 2214b2f5783a4015f9fcfba6b2e7265c6bb01020 (patch) | |
tree | e284886cdef1f8d297955bc54b2faf31d96dd10c /bin/OpenSim.ini.example | |
parent | Eliminate some unnecessary polygons (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
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 |
571 | index_sims = false | 571 | index_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 | ||
575 | data_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 |
573 | gridname = "OSGrid" | 577 | gridname = "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" | |||
576 | default_snapshot_period = 1200 | 580 | default_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. |
578 | snapshot_cache_directory = "DataSnapshot" | 582 | snapshot_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. |
581 | data_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] |