diff options
author | Justin Clarke Casey | 2009-03-13 17:34:11 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-13 17:34:11 +0000 |
commit | d17314f331a40f58bae6ae891bc87f018c430450 (patch) | |
tree | e69cdb5557a9afe9411b1b0fa439967478cce2e6 /bin/config.preview.donotuseyet/region/world | |
parent | Mark AssetBase.Metadata with [XmlIgnore] (diff) | |
download | opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.zip opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.gz opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.bz2 opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.xz |
* Config preview round 2
Diffstat (limited to 'bin/config.preview.donotuseyet/region/world')
5 files changed, 0 insertions, 96 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 deleted file mode 100644 index d5a624d..0000000 --- a/bin/config.preview.donotuseyet/region/world/contentmanagement/cms.ini.example +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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 deleted file mode 100644 index 285fccf..0000000 --- a/bin/config.preview.donotuseyet/region/world/contentmanagement/datasnapshot.ini.example +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
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 deleted file mode 100644 index 802c143..0000000 --- a/bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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 deleted file mode 100644 index b98a74e..0000000 --- a/bin/config.preview.donotuseyet/region/world/sun.ini.example +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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 deleted file mode 100644 index f3151ef..0000000 --- a/bin/config.preview.donotuseyet/region/world/trees.ini.example +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
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 | ||