diff options
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 | ||