aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
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/config-include/StandaloneHypergrid.ini
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/config-include/StandaloneHypergrid.ini')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini9
1 files changed, 0 insertions, 9 deletions
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"