From df3ab04e0ca202f9457339a048343b87578d7c2b Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Tue, 2 Feb 2010 16:28:41 -0800 Subject: [PATCH] Removed useless config. --- bin/OpenSim.Server.HG.ini.example | 1 - bin/config-include/StandaloneCommon.ini.example | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/OpenSim.Server.HG.ini.example b/bin/OpenSim.Server.HG.ini.example index 0ba8601e73..fea0ea2948 100644 --- a/bin/OpenSim.Server.HG.ini.example +++ b/bin/OpenSim.Server.HG.ini.example @@ -120,7 +120,6 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" - DefaultRegion = "OpenSim Test" WelcomeMessage = "Welcome, Avatar!" ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) ; CHANGE THIS diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index b4db6dc26b..8e21a8c477 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example @@ -50,9 +50,8 @@ ;LibraryName = "My World's Library" [LoginService] - DefaultRegion = "OpenSim Test" WelcomeMessage = "Welcome, Avatar!" - + HomeURI = "http://127.0.0.1:9000" GatekeeperURI = "http://127.0.0.1:9000" InventoryServerURI = "http://127.0.0.1:9000"