diff options
author | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
commit | 134f86e8d5c414409631b25b8c6f0ee45fbd8631 (patch) | |
tree | 216b89d3fb89acfb81be1e440c25c41ab09fa96d /bin/Regions/Regions.ini.example | |
parent | More changing to production grid. Double oops. (diff) | |
download | opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.zip opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.gz opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.bz2 opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.xz |
Initial update to OpenSim 0.8.2.1 source code.
Diffstat (limited to '')
-rw-r--r-- | bin/Regions/Regions.ini.example | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example deleted file mode 100644 index 54a841d..0000000 --- a/bin/Regions/Regions.ini.example +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | ; * This is an example region config file. | ||
2 | ; * | ||
3 | ; * If OpenSimulator is started up without any regions, it will ask you configuration questions to generate a Regions.ini file for you. | ||
4 | ; * So there is no need to change this file directly, it is only for reference. | ||
5 | ; * However, if you prefer you can also copy this file to Regions.ini and appropriately change the parameters below. | ||
6 | ; * Only files ending with .ini and .xml in this directly will be loaded by OpenSimulator. | ||
7 | ; * | ||
8 | ; * You can multiple regions into one file or make one file per region | ||
9 | ; * The section name is the region name | ||
10 | ; * | ||
11 | |||
12 | [Default Region] | ||
13 | |||
14 | ; * | ||
15 | ; * You MUST change this! It will NOT be done for you! | ||
16 | ; * | ||
17 | |||
18 | RegionUUID = "11111111-2222-3333-4444-555555555555" | ||
19 | |||
20 | Location = "1000,1000" | ||
21 | InternalAddress = "127.0.0.1" | ||
22 | InternalPort = 9000 | ||
23 | AllowAlternatePorts = False | ||
24 | ExternalHostName = "SYSTEMIP" | ||
25 | |||
26 | ; * | ||
27 | ; * Prim data | ||
28 | ; * This allows limiting the sizes of prims and the region prim count | ||
29 | ; * | ||
30 | |||
31 | ; NonphysicalPrimMax = 256 | ||
32 | ; PhysicalPrimMax = 10 | ||
33 | ; ClampPrimSize = False | ||
34 | ; MaxPrims = 15000 | ||
35 | ; MaxAgents = 100 | ||
36 | |||
37 | ; * | ||
38 | ; * Multi-Tenancy. Only set if needed | ||
39 | ; * | ||
40 | |||
41 | ; ScopeID = "00000000-0000-0000-0000-000000000000" | ||
42 | |||
43 | ; * | ||
44 | ; * Product name (used in search from viewer 1.23 | ||
45 | ; * | ||
46 | |||
47 | ; RegionType = "Mainland" | ||