aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/RegionConfig.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-20 23:18:41 +0100
committerJustin Clark-Casey (justincc)2012-07-20 23:18:41 +0100
commit13929613b171c90d4bf634ebb33bdb1180eea7ee (patch)
tree7270905eaf2b04f8ee78e912adf36dbe7836ec8e /bin/RegionConfig.ini.example
parentAs per opensim-dev mailing list discussion, extend llGetDetectedType() to ret... (diff)
downloadopensim-SC_OLD-13929613b171c90d4bf634ebb33bdb1180eea7ee.zip
opensim-SC_OLD-13929613b171c90d4bf634ebb33bdb1180eea7ee.tar.gz
opensim-SC_OLD-13929613b171c90d4bf634ebb33bdb1180eea7ee.tar.bz2
opensim-SC_OLD-13929613b171c90d4bf634ebb33bdb1180eea7ee.tar.xz
Move RegionConfig.ini.example into bin/Regions/Regions.ini.example - all other example files are in the same directory as their real files.
Only files ending in .ini and .xml are actually loaded. Also improves the help at the top of Regions.ini.example to mention that OpenSimulator would generate Regions.ini anyway on first startup.
Diffstat (limited to 'bin/RegionConfig.ini.example')
-rw-r--r--bin/RegionConfig.ini.example43
1 files changed, 0 insertions, 43 deletions
diff --git a/bin/RegionConfig.ini.example b/bin/RegionConfig.ini.example
deleted file mode 100644
index ff00ddf..0000000
--- a/bin/RegionConfig.ini.example
+++ /dev/null
@@ -1,43 +0,0 @@
1; * This file must be renamed to RegionConfig.ini and moved to the Regions/
2; * subdirectory to work!
3; *
4; * You can put multiple regions into one file or make one file per region
5; * The section name is the region name
6; *
7
8[Default Region]
9
10; *
11; * You MUST change this! It will NOT be done for you!
12; *
13
14RegionUUID = "11111111-2222-3333-4444-555555555555"
15
16Location = "1000,1000"
17InternalAddress = "127.0.0.1"
18InternalPort = 9000
19AllowAlternatePorts = False
20ExternalHostName = "SYSTEMIP"
21
22; *
23; * Prim data
24; * This allows limiting the sizes of prims and the region prim count
25; *
26
27; NonphysicalPrimMax = 256
28; PhysicalPrimMax = 10
29; ClampPrimSize = False
30; MaxPrims = 15000
31; MaxAgents = 100
32
33; *
34; * Multi-Tenancy. Only set if needed
35; *
36
37; ScopeID = "00000000-0000-0000-0000-000000000000"
38
39; *
40; * Product name (used in search from viewer 1.23
41; *
42
43; RegionType = "Mainland"