aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Server.ini.example31
1 files changed, 30 insertions, 1 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index 0c6046f..4febd5a 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -10,7 +10,10 @@
10; * 10; *
11; * 11; *
12[Startup] 12[Startup]
13ServiceConnectors = "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" 13
14;; HG1.5 handlers are: OpenSim.Server.Handlers.dll:GatekeeperService,OpenSim.Server.Handlers.dll:UserAgentService
15
16ServiceConnectors = "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,OpenSim.Server.Handlers.dll:GatekeeperService,OpenSim.Server.Handlers.dll:UserAgentService"
14 17
15; * This is common for all services, it's the network setup for the entire 18; * This is common for all services, it's the network setup for the entire
16; * server instance 19; * server instance
@@ -132,6 +135,32 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
132 GridService = "OpenSim.Services.GridService.dll:GridService" 135 GridService = "OpenSim.Services.GridService.dll:GridService"
133 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" 136 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
134 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" 137 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
138 ; Do you let your users go outside this grid? If so, use this
139 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
135 140
136 DefaultRegion = "OpenSim Test" 141 DefaultRegion = "OpenSim Test"
137 WelcomeMessage = "Welcome, Avatar!" 142 WelcomeMessage = "Welcome, Avatar!"
143 HomeURI = "http://127.0.0.1:8003"
144 GatekeeperURI = "http://127.0.0.1:8003"
145 InventoryServerURI = "http://127.0.0.1:8003"
146 AssetServerURI = "http://127.0.0.1:8003"
147
148;; These 2 are for enabling HG1.5
149
150[GatekeeperService]
151 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
152 ;; for the service
153 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
154 UserAgentService = "OpenSim.Services.Hypergrid.dll:UserAgentService"
155 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
156 GridService = "OpenSim.Services.GridService.dll:GridService"
157 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
158 ; how does the outside world reach me? This acts as public key too.
159 ExternalName = "http://127.0.0.1:8002"
160
161[UserAgentService]
162 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
163 ;; for the service
164 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
165 GridService = "OpenSim.Services.GridService.dll:GridService"
166