diff options
author | gareth | 2007-03-01 02:02:01 +0000 |
---|---|---|
committer | gareth | 2007-03-01 02:02:01 +0000 |
commit | 1122aa3efef161565eecf385deb7b57f646a5d79 (patch) | |
tree | 2b58b6a459ab07ada43d34720c7acb4b359fbb04 /src/Config.cs | |
parent | Broken asset code + ObjectUpdate FIXME (diff) | |
download | opensim-SC_OLD-1122aa3efef161565eecf385deb7b57f646a5d79.zip opensim-SC_OLD-1122aa3efef161565eecf385deb7b57f646a5d79.tar.gz opensim-SC_OLD-1122aa3efef161565eecf385deb7b57f646a5d79.tar.bz2 opensim-SC_OLD-1122aa3efef161565eecf385deb7b57f646a5d79.tar.xz |
WOOHOO! Avatar/Asset loading works!
Diffstat (limited to 'src/Config.cs')
-rw-r--r-- | src/Config.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Config.cs b/src/Config.cs index 44e0689..d4a0797 100644 --- a/src/Config.cs +++ b/src/Config.cs | |||
@@ -68,9 +68,9 @@ namespace OpenSim | |||
68 | this.RegionHandle = Helpers.UIntsToLong((RegionLocX*256), (RegionLocY*256)); | 68 | this.RegionHandle = Helpers.UIntsToLong((RegionLocX*256), (RegionLocY*256)); |
69 | this.IPListenPort = 9000; | 69 | this.IPListenPort = 9000; |
70 | this.IPListenAddr = "4.78.190.75"; | 70 | this.IPListenAddr = "4.78.190.75"; |
71 | this.AssetURL = "http://osgrid.org/ogs/assetserver/"; | 71 | this.AssetURL = "http://www.osgrid.org/ogs/assetserver/"; |
72 | this.AssetSendKey = "1234"; | 72 | this.AssetSendKey = "1234"; |
73 | this.GridURL = "http://osgrid.org/ogs/gridserver/"; | 73 | this.GridURL = "http://www.osgrid.org/ogs/gridserver/"; |
74 | this.GridSendKey = "1234"; | 74 | this.GridSendKey = "1234"; |
75 | } | 75 | } |
76 | 76 | ||