aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-09-27 00:14:40 +0100
committerJustin Clark-Casey (justincc)2013-09-27 00:14:40 +0100
commit585d0800dd61798ec2640e3f42f7d41fb9fa5b33 (patch)
treeb6d13188d54725d6c7a2b388d1f1ae0105b74f44 /bin
parentminor: Clean up tabbing and spacing issues in OpenSim.ini.example (diff)
downloadopensim-SC_OLD-585d0800dd61798ec2640e3f42f7d41fb9fa5b33.zip
opensim-SC_OLD-585d0800dd61798ec2640e3f42f7d41fb9fa5b33.tar.gz
opensim-SC_OLD-585d0800dd61798ec2640e3f42f7d41fb9fa5b33.tar.bz2
opensim-SC_OLD-585d0800dd61798ec2640e3f42f7d41fb9fa5b33.tar.xz
minor: Make OpenSimDefaults.ini consistent (spacing and tabs to spaces)
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini51
1 files changed, 33 insertions, 18 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 8da4daf..c090306 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -399,7 +399,6 @@
399 ; ProfileURL = http://127.0.0.1:9000 399 ; ProfileURL = http://127.0.0.1:9000
400 400
401 401
402
403[SMTP] 402[SMTP]
404 enabled = false 403 enabled = false
405 404
@@ -461,6 +460,7 @@
461 ; many simultaneous requests, default is 30 and is currently applied only to assets 460 ; many simultaneous requests, default is 30 and is currently applied only to assets
462 ;MaxRequestConcurrency = 30 461 ;MaxRequestConcurrency = 30
463 462
463
464[ClientStack.LindenUDP] 464[ClientStack.LindenUDP]
465 ; Set this to true to process incoming packets asynchronously. Networking is 465 ; Set this to true to process incoming packets asynchronously. Networking is
466 ; already separated from packet handling with a queue, so this will only 466 ; already separated from packet handling with a queue, so this will only
@@ -560,6 +560,7 @@
560 ; 560 ;
561 ;PausedAckTimeout = 300 561 ;PausedAckTimeout = 300
562 562
563
563[ClientStack.LindenCaps] 564[ClientStack.LindenCaps]
564 ;; Long list of capabilities taken from 565 ;; Long list of capabilities taken from
565 ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities 566 ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities
@@ -632,8 +633,8 @@
632 Cap_FetchInventoryDescendents2 = "localhost" 633 Cap_FetchInventoryDescendents2 = "localhost"
633 Cap_FetchInventory2 = "localhost" 634 Cap_FetchInventory2 = "localhost"
634 635
635 ; Capability for searching for people 636 ; Capability for searching for people
636 Cap_AvatarPickerSearch = "localhost" 637 Cap_AvatarPickerSearch = "localhost"
637 638
638 639
639[Chat] 640[Chat]
@@ -964,6 +965,7 @@
964 ; Default is false. 965 ; Default is false.
965 ;force_simple_prim_meshing = true 966 ;force_simple_prim_meshing = true
966 967
968
967[BulletSim] 969[BulletSim]
968 ; All the BulletSim parameters can be displayed with the console command 970 ; All the BulletSim parameters can be displayed with the console command
969 ; "physics get all" and all are defined in the source file 971 ; "physics get all" and all are defined in the source file
@@ -1279,6 +1281,7 @@
1279 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL()) 1281 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
1280 max_external_urls_per_simulator = 100 1282 max_external_urls_per_simulator = 100
1281 1283
1284
1282[DataSnapshot] 1285[DataSnapshot]
1283 ; The following set of configs pertains to search. 1286 ; The following set of configs pertains to search.
1284 ; Set index_sims to true to enable search engines to index your searchable data 1287 ; Set index_sims to true to enable search engines to index your searchable data
@@ -1683,31 +1686,36 @@
1683 RootReprioritizationDistance = 10.0 1686 RootReprioritizationDistance = 10.0
1684 ChildReprioritizationDistance = 20.0 1687 ChildReprioritizationDistance = 20.0
1685 1688
1689
1686[Monitoring] 1690[Monitoring]
1687 ; Enable region monitoring 1691 ; Enable region monitoring
1688 ; If true, this will print out an error if more than a minute has passed since the last simulator frame 1692 ; If true, this will print out an error if more than a minute has passed since the last simulator frame
1689 ; Also is another source of region statistics provided via the regionstats URL 1693 ; Also is another source of region statistics provided via the regionstats URL
1690 Enabled = true 1694 Enabled = true
1691 1695
1692; View region statistics via a web page 1696
1693; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
1694; Use a web browser and type in the "Login URI" + "/SStats/"
1695; For example- http://127.0.0.1:9000/SStats/
1696[WebStats] 1697[WebStats]
1697; enabled=false 1698 ; View region statistics via a web page
1699 ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
1700 ; Use a web browser and type in the "Login URI" + "/SStats/"
1701 ; For example- http://127.0.0.1:9000/SStats/
1702 ; enabled=false
1698 1703
1699 1704
1700[MediaOnAPrim] 1705[MediaOnAPrim]
1701 ; Enable media on a prim facilities 1706 ; Enable media on a prim facilities
1702 Enabled = true; 1707 Enabled = true;
1703 1708
1709
1704[NPC] 1710[NPC]
1705 ;; Enable Non Player Character (NPC) facilities 1711 ;; Enable Non Player Character (NPC) facilities
1706 Enabled = false 1712 Enabled = false
1707 1713
1714
1708[Terrain] 1715[Terrain]
1709 InitialTerrain = "pinhead-island" 1716 InitialTerrain = "pinhead-island"
1710 1717
1718
1711;; 1719;;
1712;; If you are using a simian grid frontend you can enable 1720;; If you are using a simian grid frontend you can enable
1713;; this module to upload tile images for the mapping fn 1721;; this module to upload tile images for the mapping fn
@@ -1717,15 +1725,17 @@
1717 MaptileURL = "http://www.mygrid.com/Grid/" 1725 MaptileURL = "http://www.mygrid.com/Grid/"
1718 RefreshTime = 3600 1726 RefreshTime = 3600
1719 1727
1728
1720;; 1729;;
1721;; JsonStore module provides structured store for scripts 1730;; JsonStore module provides structured store for scripts
1722;; 1731;;
1723[JsonStore] 1732[JsonStore]
1724Enabled = False 1733 Enabled = False
1734
1735 ;; Enable direct access to the SOP dynamic attributes
1736 EnableObjectStore = False
1737 MaxStringSpace = 0
1725 1738
1726;; Enable direct access to the SOP dynamic attributes
1727EnableObjectStore = False
1728MaxStringSpace = 0
1729 1739
1730;; 1740;;
1731;; These are defaults that are overwritten below in [Architecture]. 1741;; These are defaults that are overwritten below in [Architecture].
@@ -1740,24 +1750,29 @@ MaxStringSpace = 0
1740 ; asset store each time the region starts 1750 ; asset store each time the region starts
1741 AssetLoaderEnabled = true 1751 AssetLoaderEnabled = true
1742 1752
1753
1743[GridService] 1754[GridService]
1744 ;; default standalone, overridable in StandaloneCommon.ini 1755 ;; default standalone, overridable in StandaloneCommon.ini
1745 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 1756 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
1746 1757
1758
1747[AutoBackupModule] 1759[AutoBackupModule]
1748 ;; default is module is disabled at the top level 1760 ;; default is module is disabled at the top level
1749 AutoBackupModuleEnabled = false 1761 AutoBackupModuleEnabled = false
1762
1750 1763
1751[Sounds] 1764[Sounds]
1752 ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule} 1765 ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule}
1753 Module = OpenSim.Region.CoreModules.dll:SoundModule 1766 Module = OpenSim.Region.CoreModules.dll:SoundModule
1767
1768 ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
1769 MaxDistance = 100.0
1754 1770
1755 ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
1756 MaxDistance = 100.0
1757 1771
1758[ServiceThrottle] 1772[ServiceThrottle]
1759 ;; Default time interval (in ms) for the throttle service thread to wake up 1773 ;; Default time interval (in ms) for the throttle service thread to wake up
1760 Interval = 5000 1774 Interval = 5000
1761 1775
1776
1762[Modules] 1777[Modules]
1763 Include-modules = "addon-modules/*/config/*.ini" 1778 Include-modules = "addon-modules/*/config/*.ini"