aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config.preview.donotuseyet/region/world/contentmanagement/datasnapshot.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.preview.donotuseyet/region/world/contentmanagement/datasnapshot.ini.example')
-rw-r--r--bin/config.preview.donotuseyet/region/world/contentmanagement/datasnapshot.ini.example33
1 files changed, 33 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet/region/world/contentmanagement/datasnapshot.ini.example b/bin/config.preview.donotuseyet/region/world/contentmanagement/datasnapshot.ini.example
new file mode 100644
index 0000000..285fccf
--- /dev/null
+++ b/bin/config.preview.donotuseyet/region/world/contentmanagement/datasnapshot.ini.example
@@ -0,0 +1,33 @@
1; This file shows initialization defaults for OpenSimulator. If you want to override these
2; please copy/rename this file from .ini.example file to .ini. For example
3;
4; chat.ini.example => chat.ini
5;
6; or you can copy and paste the settings from this file directly to bin/OpenSim.ini
7;
8
9[DataSnapshot]
10 ; The following set of configs pertains to search.
11 ; Set index_sims to true to enable search engines to index your searchable data
12 ; If false, no data will be exposed, DataSnapshot module will be off, and you can ignore the rest of these search-related configs
13 ; default is false
14 index_sims = false
15
16 ; The variable data_exposure controls what the regions expose:
17 ; minimum: exposes only things explicitly marked for search
18 ; all: exposes everything
19 data_exposure = minimum
20
21 ; If search is on, change this to your grid name; will be ignored for standalones
22 gridname = "OSGrid"
23
24 ; Period between data snapshots, in seconds. 20 minutes, for starters, so that you see the initial changes fast.
25 ; Later, you may want to increase this to 3600 (1 hour) or more
26 default_snapshot_period = 1200
27
28 ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots.
29 snapshot_cache_directory = "DataSnapshot"
30
31 ; This semicolon-separated string serves to notify specific data services about the existence
32 ; of this sim. Uncomment if you want to index your data with this and/or other search providers.
33 ;data_services="http://metaverseink.com/cgi-bin/register.py"