aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config.preview.donotuseyet/region/world
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.preview.donotuseyet/region/world')
-rw-r--r--bin/config.preview.donotuseyet/region/world/contentmanagement/cms.ini.example11
-rw-r--r--bin/config.preview.donotuseyet/region/world/contentmanagement/datasnapshot.ini.example33
-rw-r--r--bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example17
-rw-r--r--bin/config.preview.donotuseyet/region/world/sun.ini.example20
-rw-r--r--bin/config.preview.donotuseyet/region/world/trees.ini.example15
5 files changed, 96 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet/region/world/contentmanagement/cms.ini.example b/bin/config.preview.donotuseyet/region/world/contentmanagement/cms.ini.example
new file mode 100644
index 0000000..d5a624d
--- /dev/null
+++ b/bin/config.preview.donotuseyet/region/world/contentmanagement/cms.ini.example
@@ -0,0 +1,11 @@
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;[CMS]
10 ;enabled = true
11 ;channel = 345
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"
diff --git a/bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example b/bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example
new file mode 100644
index 0000000..802c143
--- /dev/null
+++ b/bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example
@@ -0,0 +1,17 @@
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[SVN]
10 Enabled = false
11 Directory = SVNmodule\repo
12 URL = "svn://your.repo.here/"
13 Username = "user"
14 Password = "password"
15 ImportOnStartup = false
16 Autosave = false
17 AutoSavePeriod = 15 ; Number of minutes between autosave backups
diff --git a/bin/config.preview.donotuseyet/region/world/sun.ini.example b/bin/config.preview.donotuseyet/region/world/sun.ini.example
new file mode 100644
index 0000000..b98a74e
--- /dev/null
+++ b/bin/config.preview.donotuseyet/region/world/sun.ini.example
@@ -0,0 +1,20 @@
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; Uncomment the following to control the progression of daytime
10; in the Sim. The defaults are what is shown below
11;[Sun]
12 ; number of wall clock hours for an opensim day. 24.0 would mean realtime
13 ;day_length = 4
14 ; Year length in days
15 ;year_length = 60
16 ; Day to Night Ratio
17 ;day_night_offset = 0.45
18 ; send a Sun update every update_interval # of frames. A lower number will
19 ; make for smoother sun transition at the cost of network
20 ;update_interval = 100
diff --git a/bin/config.preview.donotuseyet/region/world/trees.ini.example b/bin/config.preview.donotuseyet/region/world/trees.ini.example
new file mode 100644
index 0000000..f3151ef
--- /dev/null
+++ b/bin/config.preview.donotuseyet/region/world/trees.ini.example
@@ -0,0 +1,15 @@
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[Trees]
10 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
11 ; default is false
12 active_trees = false
13
14 ; Density of tree population
15 tree_density = 1000.0