diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 51 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 51 |
2 files changed, 59 insertions, 43 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d6de777..b78e3b7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -418,8 +418,8 @@ | |||
418 | ;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {} | 418 | ;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {} |
419 | ; SMTP_SERVER_PASSWORD = "" | 419 | ; SMTP_SERVER_PASSWORD = "" |
420 | 420 | ||
421 | [Network] | ||
422 | 421 | ||
422 | [Network] | ||
423 | ;# {ConsoleUser} {} {User name for console account} {} | 423 | ;# {ConsoleUser} {} {User name for console account} {} |
424 | ;; Configure the remote console user here. This will not actually be used | 424 | ;; Configure the remote console user here. This will not actually be used |
425 | ;; unless you use -console=rest at startup. | 425 | ;; unless you use -console=rest at startup. |
@@ -456,6 +456,7 @@ | |||
456 | ;; web server | 456 | ;; web server |
457 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" | 457 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" |
458 | 458 | ||
459 | |||
459 | [XMLRPC] | 460 | [XMLRPC] |
460 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule | 461 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule |
461 | ;; If enabled and set to XmlRpcRouterModule, this will post an event, | 462 | ;; If enabled and set to XmlRpcRouterModule, this will post an event, |
@@ -470,9 +471,6 @@ | |||
470 | ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800 | 471 | ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800 |
471 | ;XmlRpcPort = 20800 | 472 | ;XmlRpcPort = 20800 |
472 | 473 | ||
473 | |||
474 | ;; {option} {depends on} {question to ask} {choices} default value | ||
475 | |||
476 | ;# {XmlRpcHubURI} {XmlRpcRouterModule} {URI for external service used to register xmlrpc channels created in the simulator. This depends on XmlRpcRouterModule being set to XmlRpcGridRouterModule} {} http://example.com | 474 | ;# {XmlRpcHubURI} {XmlRpcRouterModule} {URI for external service used to register xmlrpc channels created in the simulator. This depends on XmlRpcRouterModule being set to XmlRpcGridRouterModule} {} http://example.com |
477 | ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator | 475 | ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator |
478 | ;; will use this address to register xmlrpc channels on the external | 476 | ;; will use this address to register xmlrpc channels on the external |
@@ -508,7 +506,7 @@ | |||
508 | ; These are enabled by default to localhost. Change if you see fit. | 506 | ; These are enabled by default to localhost. Change if you see fit. |
509 | Cap_GetTexture = "localhost" | 507 | Cap_GetTexture = "localhost" |
510 | Cap_GetMesh = "localhost" | 508 | Cap_GetMesh = "localhost" |
511 | Cap_AvatarPickerSearch = "localhost" | 509 | Cap_AvatarPickerSearch = "localhost" |
512 | 510 | ||
513 | ; This is disabled by default. Change if you see fit. Note that | 511 | ; This is disabled by default. Change if you see fit. Note that |
514 | ; serving this cap from the simulators may lead to poor performace. | 512 | ; serving this cap from the simulators may lead to poor performace. |
@@ -516,7 +514,6 @@ | |||
516 | 514 | ||
517 | 515 | ||
518 | [SimulatorFeatures] | 516 | [SimulatorFeatures] |
519 | |||
520 | ;# {MapImageServerURI} {} {URL for the map server} {} | 517 | ;# {MapImageServerURI} {} {URL for the map server} {} |
521 | ; Experimental new information sent in SimulatorFeatures cap for Kokua | 518 | ; Experimental new information sent in SimulatorFeatures cap for Kokua |
522 | ; viewers | 519 | ; viewers |
@@ -554,7 +551,7 @@ | |||
554 | ;; Module to handle offline messaging. The core module requires an external | 551 | ;; Module to handle offline messaging. The core module requires an external |
555 | ;; web service to do this. See OpenSim wiki. | 552 | ;; web service to do this. See OpenSim wiki. |
556 | ; OfflineMessageModule = OfflineMessageModule | 553 | ; OfflineMessageModule = OfflineMessageModule |
557 | ;; Or, alternatively, use this one, which works for both standalones and grids | 554 | ;; Or, alternatively, use this one, which works for both standalones and grids |
558 | ; OfflineMessageModule = "Offline Message Module V2" | 555 | ; OfflineMessageModule = "Offline Message Module V2" |
559 | 556 | ||
560 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} | 557 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} |
@@ -562,8 +559,8 @@ | |||
562 | ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003 | 559 | ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003 |
563 | 560 | ||
564 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} | 561 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} |
565 | ;; For standalones, this is the storage dll. | 562 | ;; For standalones, this is the storage dll. |
566 | ; StorageProvider = OpenSim.Data.MySQL.dll | 563 | ; StorageProvider = OpenSim.Data.MySQL.dll |
567 | 564 | ||
568 | ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule | 565 | ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule |
569 | ;; Mute list handler (not yet implemented). MUST BE SET to allow offline | 566 | ;; Mute list handler (not yet implemented). MUST BE SET to allow offline |
@@ -960,38 +957,38 @@ | |||
960 | ;; http://code.google.com/p/flotsam/ | 957 | ;; http://code.google.com/p/flotsam/ |
961 | ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse | 958 | ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse |
962 | ; Module = Default | 959 | ; Module = Default |
963 | ;; or... use Groups Module V2, which works for standalones and robust grids | 960 | ;; or... use Groups Module V2, which works for standalones and robust grids |
964 | ; Module = "Groups Module V2" | 961 | ; Module = "Groups Module V2" |
965 | 962 | ||
966 | ;# {StorageProvider} {Module:Groups Module V2} {The DLL that provides the storage for V2} {OpenSim.Data.MySQL.dll} | 963 | ;# {StorageProvider} {Module:Groups Module V2} {The DLL that provides the storage for V2} {OpenSim.Data.MySQL.dll} |
967 | ; StorageProvider = OpenSim.Data.MySQL.dll | 964 | ; StorageProvider = OpenSim.Data.MySQL.dll |
968 | 965 | ||
969 | ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector | 966 | ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector |
970 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one as follows: | 967 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one as follows: |
971 | ;; -- for Flotsam Groups use XmlRpcGroupsServicesConnector | 968 | ;; -- for Flotsam Groups use XmlRpcGroupsServicesConnector |
972 | ;; -- for Simian Groups use SimianGroupsServicesConnector | 969 | ;; -- for Simian Groups use SimianGroupsServicesConnector |
973 | ;; -- for V2 Groups, standalone, non-HG use "Groups Local Service Connector" | 970 | ;; -- for V2 Groups, standalone, non-HG use "Groups Local Service Connector" |
974 | ;; -- for V2 Groups, grided sim, non-HG use "Groups Remote Service Connector" | 971 | ;; -- for V2 Groups, grided sim, non-HG use "Groups Remote Service Connector" |
975 | ;; -- for V2 Groups, HG, both standalone and grided sim, use "Groups HG Service Connector" | 972 | ;; -- for V2 Groups, HG, both standalone and grided sim, use "Groups HG Service Connector" |
976 | ;; Note that the quotes "" around the words are important! | 973 | ;; Note that the quotes "" around the words are important! |
977 | ; ServicesConnectorModule = XmlRpcGroupsServicesConnector | 974 | ; ServicesConnectorModule = XmlRpcGroupsServicesConnector |
978 | 975 | ||
979 | ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local | 976 | ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local |
980 | ;; Used for V2 in HG only. If standalone, set this to local; if grided sim, set this to remote | 977 | ;; Used for V2 in HG only. If standalone, set this to local; if grided sim, set this to remote |
981 | ; LocalService = local | 978 | ; LocalService = local |
982 | 979 | ||
983 | ;# {GroupsServerURI} {Module:GroupsModule (ServicesConnectorModule:Groups Remote Service Connector or (ServicesConnectorModule:Groups HG Service Connector and LocalService:remote))} {Groups Server URI} {} | 980 | ;# {GroupsServerURI} {Module:GroupsModule (ServicesConnectorModule:Groups Remote Service Connector or (ServicesConnectorModule:Groups HG Service Connector and LocalService:remote))} {Groups Server URI} {} |
984 | ;; URI for the groups services of this grid | 981 | ;; URI for the groups services of this grid |
985 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc | 982 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc |
986 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid | 983 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid |
987 | ;; or http:://mygridserver.com:8003 for robust, V2 | 984 | ;; or http:://mygridserver.com:8003 for robust, V2 |
988 | ;; Leave it commented for standalones, V2 | 985 | ;; Leave it commented for standalones, V2 |
989 | ; GroupsServerURI = "" | 986 | ; GroupsServerURI = "" |
990 | 987 | ||
991 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} | 988 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} |
992 | ;; Used for V2 in HG only. For example | 989 | ;; Used for V2 in HG only. For example |
993 | ;; http://mygridserver.com:9000 or http://mygridserver.com:8002 | 990 | ;; http://mygridserver.com:9000 or http://mygridserver.com:8002 |
994 | ;; If you have this set under [Startup], no need to set it here, leave it commented | 991 | ;; If you have this set under [Startup], no need to set it here, leave it commented |
995 | ; HomeURI = "" | 992 | ; HomeURI = "" |
996 | 993 | ||
997 | ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true | 994 | ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true |
@@ -999,8 +996,8 @@ | |||
999 | 996 | ||
1000 | ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule "Groups Messaging Module V2"} GroupsMessagingModule | 997 | ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule "Groups Messaging Module V2"} GroupsMessagingModule |
1001 | ; MessagingModule = GroupsMessagingModule | 998 | ; MessagingModule = GroupsMessagingModule |
1002 | ;; or use V2 for Groups V2 | 999 | ;; or use V2 for Groups V2 |
1003 | ; MessagingModule = "Groups Messaging Module V2" | 1000 | ; MessagingModule = "Groups Messaging Module V2" |
1004 | 1001 | ||
1005 | ;# {NoticesEnabled} {Module:GroupsModule Module:Groups Module V2} {Enable group notices?} {true false} true | 1002 | ;# {NoticesEnabled} {Module:GroupsModule Module:Groups Module V2} {Enable group notices?} {true false} true |
1006 | ;; Enable Group Notices | 1003 | ;; Enable Group Notices |
@@ -1020,6 +1017,7 @@ | |||
1020 | ; XmlRpcServiceReadKey = 1234 | 1017 | ; XmlRpcServiceReadKey = 1234 |
1021 | ; XmlRpcServiceWriteKey = 1234 | 1018 | ; XmlRpcServiceWriteKey = 1234 |
1022 | 1019 | ||
1020 | |||
1023 | [InterestManagement] | 1021 | [InterestManagement] |
1024 | ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness | 1022 | ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness |
1025 | ;; This section controls how state updates are prioritized for each client | 1023 | ;; This section controls how state updates are prioritized for each client |
@@ -1038,16 +1036,19 @@ | |||
1038 | ;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false | 1036 | ;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false |
1039 | ; Enabled = false | 1037 | ; Enabled = false |
1040 | 1038 | ||
1039 | |||
1041 | [Terrain] | 1040 | [Terrain] |
1042 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island | 1041 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island |
1043 | ; InitialTerrain = "pinhead-island" | 1042 | ; InitialTerrain = "pinhead-island" |
1044 | 1043 | ||
1044 | |||
1045 | [UserProfiles] | 1045 | [UserProfiles] |
1046 | ;# {ProfileURL} {} {Set url to UserProfilesService} {} | 1046 | ;# {ProfileURL} {} {Set url to UserProfilesService} {} |
1047 | ;; Set the value of the url to your UserProfilesService | 1047 | ;; Set the value of the url to your UserProfilesService |
1048 | ;; If un-set / "" the module is disabled | 1048 | ;; If un-set / "" the module is disabled |
1049 | ;; ProfileServiceURL = http://127.0.0.1:8002 | 1049 | ;; ProfileServiceURL = http://127.0.0.1:8002 |
1050 | 1050 | ||
1051 | |||
1051 | [Architecture] | 1052 | [Architecture] |
1052 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini | 1053 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini |
1053 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, | 1054 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, |
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] |
1724 | Enabled = 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 | ||
1727 | EnableObjectStore = False | ||
1728 | MaxStringSpace = 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" |