diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 51 |
1 files changed, 26 insertions, 25 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, |