diff options
author | mingchen | 2007-07-03 19:26:35 +0000 |
---|---|---|
committer | mingchen | 2007-07-03 19:26:35 +0000 |
commit | 78e420f48bc8ce79f45c5a90d8ebb4004d7993e7 (patch) | |
tree | f48c150972b59371371b69a49ea4991e1cbafac3 /OpenSim/Grid/UserServer.Config/DbUserConfig.cs | |
parent | *Removed GridInfo class as it has been previously replaced with the much bett... (diff) | |
download | opensim-SC_OLD-78e420f48bc8ce79f45c5a90d8ebb4004d7993e7.zip opensim-SC_OLD-78e420f48bc8ce79f45c5a90d8ebb4004d7993e7.tar.gz opensim-SC_OLD-78e420f48bc8ce79f45c5a90d8ebb4004d7993e7.tar.bz2 opensim-SC_OLD-78e420f48bc8ce79f45c5a90d8ebb4004d7993e7.tar.xz |
*Fixed storage issue as noted in last commit of the OGS1 GridServer
*Reverted the default remote grid server port back to 8001 (from a port change to debug a previous issue)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/UserServer.Config/DbUserConfig.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer.Config/DbUserConfig.cs b/OpenSim/Grid/UserServer.Config/DbUserConfig.cs index f57ac52..c7f8255 100644 --- a/OpenSim/Grid/UserServer.Config/DbUserConfig.cs +++ b/OpenSim/Grid/UserServer.Config/DbUserConfig.cs | |||
@@ -50,7 +50,7 @@ namespace OpenUser.Config.UserConfigDb4o | |||
50 | 50 | ||
51 | this.DefaultStartupMsg = MainLog.Instance.CmdPrompt("Default startup message", "Welcome to OGS"); | 51 | this.DefaultStartupMsg = MainLog.Instance.CmdPrompt("Default startup message", "Welcome to OGS"); |
52 | 52 | ||
53 | this.GridServerURL = MainLog.Instance.CmdPrompt("Grid server URL","http://127.0.0.1:13801/"); | 53 | this.GridServerURL = MainLog.Instance.CmdPrompt("Grid server URL","http://127.0.0.1:8001/"); |
54 | this.GridSendKey = MainLog.Instance.CmdPrompt("Key to send to grid server","null"); | 54 | this.GridSendKey = MainLog.Instance.CmdPrompt("Key to send to grid server","null"); |
55 | this.GridRecvKey = MainLog.Instance.CmdPrompt("Key to expect from grid server","null"); | 55 | this.GridRecvKey = MainLog.Instance.CmdPrompt("Key to expect from grid server","null"); |
56 | } | 56 | } |