aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Server.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.Server.ini.example')
-rw-r--r--bin/OpenSim.Server.ini.example39
1 files changed, 7 insertions, 32 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index 5d4927b..5def529 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -11,15 +11,13 @@
11; * 11; *
12[Startup] 12[Startup]
13 13
14;; HG1.5 handlers are: OpenSim.Server.Handlers.dll:GatekeeperService,OpenSim.Server.Handlers.dll:UserAgentService 14ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:InventoryServiceInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector"
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:GatekeeperServiceInConnector,OpenSim.Server.Handlers.dll:UserAgentServerConnector"
17 15
18; * This is common for all services, it's the network setup for the entire 16; * This is common for all services, it's the network setup for the entire
19; * server instance 17; * server instance, if none if specified above
20; * 18; *
21[Network] 19;[Network]
22 port = 8003 20; port = 8003
23 21
24; * The following are for the remote console 22; * The following are for the remote console
25; * They have no effect for the local or basic console types 23; * They have no effect for the local or basic console types
@@ -135,33 +133,10 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
135 GridService = "OpenSim.Services.GridService.dll:GridService" 133 GridService = "OpenSim.Services.GridService.dll:GridService"
136 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" 134 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
137 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" 135 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"
140 136
141 DefaultRegion = "OpenSim Test" 137 DefaultRegion = "OpenSim Test"
142 WelcomeMessage = "Welcome, Avatar!" 138 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.HypergridService.dll:UserAgentService"
155 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
156 GridService = "OpenSim.Services.GridService.dll:GridService"
157 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
158 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
159 ; how does the outside world reach me? This acts as public key too.
160 ExternalName = "http://127.0.0.1:8003"
161 139
162[UserAgentService] 140;; Uncomment if you want your grid to become Hypergrid-enabled
163 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" 141;;[Hypergrid]
164 ;; for the service 142;; Include-Hypergrid = "OpenSim.Server.HG.ini"
165 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
166 GridService = "OpenSim.Services.GridService.dll:GridService"
167