diff options
author | Justin Clark-Casey (justincc) | 2013-09-27 00:14:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-27 00:18:39 +0100 |
commit | d950cd7670716045bf88333ae676fbbbb41b65df (patch) | |
tree | e8c960fa64413eac261bbe6ecaccc7e3c083e389 | |
parent | minor: Clean up tabbing and spacing issues in OpenSim.ini.example (diff) | |
download | opensim-SC_OLD-d950cd7670716045bf88333ae676fbbbb41b65df.zip opensim-SC_OLD-d950cd7670716045bf88333ae676fbbbb41b65df.tar.gz opensim-SC_OLD-d950cd7670716045bf88333ae676fbbbb41b65df.tar.bz2 opensim-SC_OLD-d950cd7670716045bf88333ae676fbbbb41b65df.tar.xz |
minor: Make OpenSimDefaults.ini consistent (spacing and tabs to spaces)
-rw-r--r-- | bin/OpenSimDefaults.ini | 51 |
1 files changed, 33 insertions, 18 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f9105a1..e6f92d9 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] |
@@ -962,6 +963,7 @@ | |||
962 | ; Default is false. | 963 | ; Default is false. |
963 | ;force_simple_prim_meshing = true | 964 | ;force_simple_prim_meshing = true |
964 | 965 | ||
966 | |||
965 | [BulletSim] | 967 | [BulletSim] |
966 | ; All the BulletSim parameters can be displayed with the console command | 968 | ; All the BulletSim parameters can be displayed with the console command |
967 | ; "physics get all" and all are defined in the source file | 969 | ; "physics get all" and all are defined in the source file |
@@ -1277,6 +1279,7 @@ | |||
1277 | ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL()) | 1279 | ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL()) |
1278 | max_external_urls_per_simulator = 100 | 1280 | max_external_urls_per_simulator = 100 |
1279 | 1281 | ||
1282 | |||
1280 | [DataSnapshot] | 1283 | [DataSnapshot] |
1281 | ; The following set of configs pertains to search. | 1284 | ; The following set of configs pertains to search. |
1282 | ; Set index_sims to true to enable search engines to index your searchable data | 1285 | ; Set index_sims to true to enable search engines to index your searchable data |
@@ -1681,31 +1684,36 @@ | |||
1681 | RootReprioritizationDistance = 10.0 | 1684 | RootReprioritizationDistance = 10.0 |
1682 | ChildReprioritizationDistance = 20.0 | 1685 | ChildReprioritizationDistance = 20.0 |
1683 | 1686 | ||
1687 | |||
1684 | [Monitoring] | 1688 | [Monitoring] |
1685 | ; Enable region monitoring | 1689 | ; Enable region monitoring |
1686 | ; If true, this will print out an error if more than a minute has passed since the last simulator frame | 1690 | ; If true, this will print out an error if more than a minute has passed since the last simulator frame |
1687 | ; Also is another source of region statistics provided via the regionstats URL | 1691 | ; Also is another source of region statistics provided via the regionstats URL |
1688 | Enabled = true | 1692 | Enabled = true |
1689 | 1693 | ||
1690 | ; View region statistics via a web page | 1694 | |
1691 | ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page | ||
1692 | ; Use a web browser and type in the "Login URI" + "/SStats/" | ||
1693 | ; For example- http://127.0.0.1:9000/SStats/ | ||
1694 | [WebStats] | 1695 | [WebStats] |
1695 | ; enabled=false | 1696 | ; View region statistics via a web page |
1697 | ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page | ||
1698 | ; Use a web browser and type in the "Login URI" + "/SStats/" | ||
1699 | ; For example- http://127.0.0.1:9000/SStats/ | ||
1700 | ; enabled=false | ||
1696 | 1701 | ||
1697 | 1702 | ||
1698 | [MediaOnAPrim] | 1703 | [MediaOnAPrim] |
1699 | ; Enable media on a prim facilities | 1704 | ; Enable media on a prim facilities |
1700 | Enabled = true; | 1705 | Enabled = true; |
1701 | 1706 | ||
1707 | |||
1702 | [NPC] | 1708 | [NPC] |
1703 | ;; Enable Non Player Character (NPC) facilities | 1709 | ;; Enable Non Player Character (NPC) facilities |
1704 | Enabled = false | 1710 | Enabled = false |
1705 | 1711 | ||
1712 | |||
1706 | [Terrain] | 1713 | [Terrain] |
1707 | InitialTerrain = "pinhead-island" | 1714 | InitialTerrain = "pinhead-island" |
1708 | 1715 | ||
1716 | |||
1709 | ;; | 1717 | ;; |
1710 | ;; If you are using a simian grid frontend you can enable | 1718 | ;; If you are using a simian grid frontend you can enable |
1711 | ;; this module to upload tile images for the mapping fn | 1719 | ;; this module to upload tile images for the mapping fn |
@@ -1715,15 +1723,17 @@ | |||
1715 | MaptileURL = "http://www.mygrid.com/Grid/" | 1723 | MaptileURL = "http://www.mygrid.com/Grid/" |
1716 | RefreshTime = 3600 | 1724 | RefreshTime = 3600 |
1717 | 1725 | ||
1726 | |||
1718 | ;; | 1727 | ;; |
1719 | ;; JsonStore module provides structured store for scripts | 1728 | ;; JsonStore module provides structured store for scripts |
1720 | ;; | 1729 | ;; |
1721 | [JsonStore] | 1730 | [JsonStore] |
1722 | Enabled = False | 1731 | Enabled = False |
1732 | |||
1733 | ;; Enable direct access to the SOP dynamic attributes | ||
1734 | EnableObjectStore = False | ||
1735 | MaxStringSpace = 0 | ||
1723 | 1736 | ||
1724 | ;; Enable direct access to the SOP dynamic attributes | ||
1725 | EnableObjectStore = False | ||
1726 | MaxStringSpace = 0 | ||
1727 | 1737 | ||
1728 | ;; | 1738 | ;; |
1729 | ;; These are defaults that are overwritten below in [Architecture]. | 1739 | ;; These are defaults that are overwritten below in [Architecture]. |
@@ -1738,24 +1748,29 @@ MaxStringSpace = 0 | |||
1738 | ; asset store each time the region starts | 1748 | ; asset store each time the region starts |
1739 | AssetLoaderEnabled = true | 1749 | AssetLoaderEnabled = true |
1740 | 1750 | ||
1751 | |||
1741 | [GridService] | 1752 | [GridService] |
1742 | ;; default standalone, overridable in StandaloneCommon.ini | 1753 | ;; default standalone, overridable in StandaloneCommon.ini |
1743 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 1754 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
1744 | 1755 | ||
1756 | |||
1745 | [AutoBackupModule] | 1757 | [AutoBackupModule] |
1746 | ;; default is module is disabled at the top level | 1758 | ;; default is module is disabled at the top level |
1747 | AutoBackupModuleEnabled = false | 1759 | AutoBackupModuleEnabled = false |
1760 | |||
1748 | 1761 | ||
1749 | [Sounds] | 1762 | [Sounds] |
1750 | ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule} | 1763 | ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule} |
1751 | Module = OpenSim.Region.CoreModules.dll:SoundModule | 1764 | Module = OpenSim.Region.CoreModules.dll:SoundModule |
1765 | |||
1766 | ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0} | ||
1767 | MaxDistance = 100.0 | ||
1752 | 1768 | ||
1753 | ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0} | ||
1754 | MaxDistance = 100.0 | ||
1755 | 1769 | ||
1756 | [ServiceThrottle] | 1770 | [ServiceThrottle] |
1757 | ;; Default time interval (in ms) for the throttle service thread to wake up | 1771 | ;; Default time interval (in ms) for the throttle service thread to wake up |
1758 | Interval = 5000 | 1772 | Interval = 5000 |
1759 | 1773 | ||
1774 | |||
1760 | [Modules] | 1775 | [Modules] |
1761 | Include-modules = "addon-modules/*/config/*.ini" | 1776 | Include-modules = "addon-modules/*/config/*.ini" |