diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 2 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 1b5aef2..2ccc580 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -10,7 +10,7 @@ | |||
10 | ; * | 10 | ; * |
11 | ; * | 11 | ; * |
12 | [Startup] | 12 | [Startup] |
13 | ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector,OpenSim.Server.Handlers.dll:GridServiceConnector,OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,OpenSim.Server.Handlers.dll:OpenIdServerConnector,OpenSim.Server.Handlers.dll:AvatarServiceConnector,OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,OpenSim.Server.Handlers.dll:PresenceServiceConnector,,OpenSim.Server.Handlers.dll:UserAccountServiceConnector" | 13 | ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector,OpenSim.Server.Handlers.dll:GridServiceConnector,,OpenSim.Server.Handlers.dll:GridInfoServerInConnector,OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,OpenSim.Server.Handlers.dll:OpenIdServerConnector,OpenSim.Server.Handlers.dll:AvatarServiceConnector,OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,OpenSim.Server.Handlers.dll:PresenceServiceConnector,,OpenSim.Server.Handlers.dll:UserAccountServiceConnector" |
14 | 14 | ||
15 | ; * This is common for all services, it's the network setup for the entire | 15 | ; * This is common for all services, it's the network setup for the entire |
16 | ; * server instance | 16 | ; * server instance |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1cf96b0..971dfc4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1033,7 +1033,7 @@ | |||
1033 | ; DisableUndergroundMovement = true | 1033 | ; DisableUndergroundMovement = true |
1034 | 1034 | ||
1035 | 1035 | ||
1036 | [GridInfo] | 1036 | [GridInfoService] |
1037 | ; These settings are used to return information on a get_grid_info call. | 1037 | ; These settings are used to return information on a get_grid_info call. |
1038 | ; Client launcher scripts and third-party clients make use of this to | 1038 | ; Client launcher scripts and third-party clients make use of this to |
1039 | ; autoconfigure the client and to provide a nice user experience. If you | 1039 | ; autoconfigure the client and to provide a nice user experience. If you |