diff options
author | Diva Canto | 2010-01-31 13:07:13 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-31 13:07:13 -0800 |
commit | 67b0fcf806b0f246fd4386410d445b9ac3e29aea (patch) | |
tree | e5fd7bc26531cf61ee6837d418f8c02b3a9709b1 /bin/OpenSim.Server.HG.ini | |
parent | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot... (diff) | |
download | opensim-SC_OLD-67b0fcf806b0f246fd4386410d445b9ac3e29aea.zip opensim-SC_OLD-67b0fcf806b0f246fd4386410d445b9ac3e29aea.tar.gz opensim-SC_OLD-67b0fcf806b0f246fd4386410d445b9ac3e29aea.tar.bz2 opensim-SC_OLD-67b0fcf806b0f246fd4386410d445b9ac3e29aea.tar.xz |
* Added OpenSim.Server.HG.ini as an add-on to OpenSim.Server.ini
* Cleaned up standalone configs
Diffstat (limited to 'bin/OpenSim.Server.HG.ini')
-rw-r--r-- | bin/OpenSim.Server.HG.ini | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.HG.ini b/bin/OpenSim.Server.HG.ini new file mode 100644 index 0000000..2ec4957 --- /dev/null +++ b/bin/OpenSim.Server.HG.ini | |||
@@ -0,0 +1,44 @@ | |||
1 | ;; Extra configurations for enabling HG1.5 | ||
2 | |||
3 | ;; HG1.5 handlers are: OpenSim.Server.Handlers.dll:GatekeeperService | ||
4 | ;; OpenSim.Server.Handlers.dll:UserAgentService | ||
5 | ;; OpenSim.Server.Handlers.dll:HGInventoryServiceInConnector | ||
6 | |||
7 | ServiceConnectors = "8002/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:InventoryServiceInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8003/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,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,8002/OpenSim.Server.Handlers.dll:HGInventoryServiceInConnector" | ||
8 | |||
9 | [LoginService] | ||
10 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
11 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) | ||
12 | ; CHANGE THIS | ||
13 | HomeURI = "http://127.0.0.1:8002" | ||
14 | GatekeeperURI = "http://127.0.0.1:8002" | ||
15 | InventoryServerURI = "http://127.0.0.1:8002" | ||
16 | AssetServerURI = "http://127.0.0.1:8002" | ||
17 | |||
18 | [GatekeeperService] | ||
19 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | ||
20 | ;; for the service | ||
21 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
22 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
23 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
24 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
25 | AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" | ||
26 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" | ||
27 | ; how does the outside world reach me? This acts as public key too. | ||
28 | ; CHANGE THIS | ||
29 | ExternalName = "http://127.0.0.1:8002" | ||
30 | |||
31 | [UserAgentService] | ||
32 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
33 | ;; for the service | ||
34 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
35 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
36 | |||
37 | ;; The interface that local users get when they are in other grids. | ||
38 | ;; This restricts the inventory operations while in other grids. | ||
39 | ;; Still not completely safe, especially if users perform inventory operations | ||
40 | ;; while in those grids. The more the user accesses his/her inventory, the more | ||
41 | ;; those simulators will know about the user's inventory. | ||
42 | [HGInventoryService] | ||
43 | ; For the InventoryServiceInConnector | ||
44 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" | ||