aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMelanie2010-09-15 20:29:28 +0100
committerMelanie2010-09-15 20:29:28 +0100
commitc1ccfa6d8d335cff0f61a011354b251a5c17da2a (patch)
tree9c5ded23b0212d959b3f7a6f2a413e7330fbe245 /bin/OpenSimDefaults.ini
parentMake AuthorizationService optional and disabled by default. It depends on (diff)
downloadopensim-SC_OLD-c1ccfa6d8d335cff0f61a011354b251a5c17da2a.zip
opensim-SC_OLD-c1ccfa6d8d335cff0f61a011354b251a5c17da2a.tar.gz
opensim-SC_OLD-c1ccfa6d8d335cff0f61a011354b251a5c17da2a.tar.bz2
opensim-SC_OLD-c1ccfa6d8d335cff0f61a011354b251a5c17da2a.tar.xz
Mark up OpenSim.ini.example for use with an automatic configuration tool.
Remove seldom changed options from OpenSim.ini.example. Remove non-overridable settings like [Architecture] from OpenSimDefaults.ini
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini39
1 files changed, 3 insertions, 36 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 8d714ce..94d021d 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -848,9 +848,6 @@
848 ; Enables selling things for $0 848 ; Enables selling things for $0
849 SellEnabled = "false" 849 SellEnabled = "false"
850 850
851 ; 45000 is the highest value that the sim could possibly report because of protocol constraints
852 ObjectCapacity = 45000
853
854 ; Money Unit fee to upload textures, animations etc 851 ; Money Unit fee to upload textures, animations etc
855 PriceUpload = 0 852 PriceUpload = 0
856 853
@@ -1228,8 +1225,9 @@
1228 1225
1229[InterestManagement] 1226[InterestManagement]
1230 ; This section controls how state updates are prioritized for each client 1227 ; This section controls how state updates are prioritized for each client
1231 ; Valid values are Time, Distance, SimpleAngularDistance, and FrontBack 1228 ; Valid values are BestAvatarResponsiveness, Time, Distance,
1232 UpdatePrioritizationScheme = FrontBack 1229 ; SimpleAngularDistance, and FrontBack
1230 UpdatePrioritizationScheme = BestAvatarResponsiveness
1233 ReprioritizationEnabled = true 1231 ReprioritizationEnabled = true
1234 ReprioritizationInterval = 2000.0 1232 ReprioritizationInterval = 2000.0
1235 RootReprioritizationDistance = 10.0 1233 RootReprioritizationDistance = 10.0
@@ -1266,34 +1264,3 @@
1266 ;; default standalone, overridable in StandaloneCommon.ini 1264 ;; default standalone, overridable in StandaloneCommon.ini
1267 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 1265 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
1268 1266
1269 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1270 ;; The following is the configuration section for the new style services
1271 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1272[Architecture]
1273 ; Choose exactly one and only one of the architectures below.
1274
1275 Include-Standalone = "config-include/Standalone.ini"
1276 ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini"
1277 ;Include-Grid = "config-include/Grid.ini"
1278 ;Include-HGGrid = "config-include/GridHypergrid.ini"
1279 ;Include-SimianGrid = "config-include/SimianGrid.ini"
1280 ;Include-HyperSimianGrid = "config-include/HyperSimianGrid.ini"
1281
1282 ; Then choose
1283 ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR
1284 ; config-include/GridCommon.ini.example (if you're connected to a grid)
1285 ; Copy to your own .ini there (without .example extension) and edit it
1286 ; to customize your data
1287
1288
1289 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1290 ;; The below pulls in optional module config files
1291 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1292[Modules]
1293 Include-modules = "addon-modules/*/config/*.ini"
1294
1295
1296;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1297;; ENSURE [Architecture] and [Modules] Sections with their "includes"
1298;; are last to allow for overrides
1299;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;