aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-01-31 13:07:13 -0800
committerDiva Canto2010-01-31 13:07:13 -0800
commit67b0fcf806b0f246fd4386410d445b9ac3e29aea (patch)
treee5fd7bc26531cf61ee6837d418f8c02b3a9709b1 /bin
parentCleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot... (diff)
downloadopensim-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')
-rw-r--r--bin/OpenSim.Server.HG.ini44
-rw-r--r--bin/config-include/StandaloneCommon.ini.example14
-rw-r--r--bin/config-include/StandaloneHypergrid.ini9
3 files changed, 57 insertions, 10 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
7ServiceConnectors = "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"
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 0d54b4d..b4db6dc 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -47,4 +47,16 @@
47 47
48[LibraryModule] 48[LibraryModule]
49 ; Set this if you want to change the name of the OpenSim Library 49 ; Set this if you want to change the name of the OpenSim Library
50 ;LibraryName = "My World's Library" \ No newline at end of file 50 ;LibraryName = "My World's Library"
51
52[LoginService]
53 DefaultRegion = "OpenSim Test"
54 WelcomeMessage = "Welcome, Avatar!"
55
56 HomeURI = "http://127.0.0.1:9000"
57 GatekeeperURI = "http://127.0.0.1:9000"
58 InventoryServerURI = "http://127.0.0.1:9000"
59 AssetServerURI = "http://127.0.0.1:9000"
60
61[GatekeeperService]
62 ExternalName = "http://127.0.0.1:9000"
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 63ea832..06f1898 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -86,14 +86,6 @@
86 GridService = "OpenSim.Services.GridService.dll:GridService" 86 GridService = "OpenSim.Services.GridService.dll:GridService"
87 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 87 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
88 88
89 DefaultRegion = "OpenSim Test"
90 WelcomeMessage = "Welcome, Avatar!"
91
92 HomeURI = "http://127.0.0.1:9000"
93 GatekeeperURI = "http://127.0.0.1:9000"
94 InventoryServerURI = "http://127.0.0.1:9000"
95 AssetServerURI = "http://127.0.0.1:9000"
96
97[GatekeeperService] 89[GatekeeperService]
98 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" 90 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
99 ;; for the service 91 ;; for the service
@@ -103,7 +95,6 @@
103 GridService = "OpenSim.Services.GridService.dll:GridService" 95 GridService = "OpenSim.Services.GridService.dll:GridService"
104 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" 96 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
105 ; how does the outside world reach me? This acts as public key too. 97 ; how does the outside world reach me? This acts as public key too.
106 ExternalName = "http://127.0.0.1:9000"
107 98
108[UserAgentService] 99[UserAgentService]
109 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" 100 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"