diff options
author | Diva Canto | 2010-02-02 16:28:41 -0800 |
---|---|---|
committer | Diva Canto | 2010-02-02 16:54:55 -0800 |
commit | df3ab04e0ca202f9457339a048343b87578d7c2b (patch) | |
tree | b3f2e45fe571723f48518c687f194b84c78d4fb6 | |
parent | Bug fix for finding default regions if the specified one doesn't exist. (diff) | |
download | opensim-SC_OLD-df3ab04e0ca202f9457339a048343b87578d7c2b.zip opensim-SC_OLD-df3ab04e0ca202f9457339a048343b87578d7c2b.tar.gz opensim-SC_OLD-df3ab04e0ca202f9457339a048343b87578d7c2b.tar.bz2 opensim-SC_OLD-df3ab04e0ca202f9457339a048343b87578d7c2b.tar.xz |
Removed useless config.
-rw-r--r-- | bin/OpenSim.Server.HG.ini.example | 1 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/bin/OpenSim.Server.HG.ini.example b/bin/OpenSim.Server.HG.ini.example index 0ba8601..fea0ea2 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 | |||
120 | LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" | 120 | LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" |
121 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 121 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
122 | 122 | ||
123 | DefaultRegion = "OpenSim Test" | ||
124 | WelcomeMessage = "Welcome, Avatar!" | 123 | WelcomeMessage = "Welcome, Avatar!" |
125 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) | 124 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) |
126 | ; CHANGE THIS | 125 | ; CHANGE THIS |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index b4db6dc..8e21a8c 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -50,9 +50,8 @@ | |||
50 | ;LibraryName = "My World's Library" | 50 | ;LibraryName = "My World's Library" |
51 | 51 | ||
52 | [LoginService] | 52 | [LoginService] |
53 | DefaultRegion = "OpenSim Test" | ||
54 | WelcomeMessage = "Welcome, Avatar!" | 53 | WelcomeMessage = "Welcome, Avatar!" |
55 | 54 | ||
56 | HomeURI = "http://127.0.0.1:9000" | 55 | HomeURI = "http://127.0.0.1:9000" |
57 | GatekeeperURI = "http://127.0.0.1:9000" | 56 | GatekeeperURI = "http://127.0.0.1:9000" |
58 | InventoryServerURI = "http://127.0.0.1:9000" | 57 | InventoryServerURI = "http://127.0.0.1:9000" |