diff options
-rw-r--r-- | OpenSim/Tests/Clients/Grid/GridClient.cs | 2 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Clients/Grid/GridClient.cs b/OpenSim/Tests/Clients/Grid/GridClient.cs index 941406e..ccda661 100644 --- a/OpenSim/Tests/Clients/Grid/GridClient.cs +++ b/OpenSim/Tests/Clients/Grid/GridClient.cs | |||
@@ -28,7 +28,7 @@ namespace OpenSim.Tests.Clients.GridClient | |||
28 | new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline"); | 28 | new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline"); |
29 | log4net.Config.BasicConfigurator.Configure(consoleAppender); | 29 | log4net.Config.BasicConfigurator.Configure(consoleAppender); |
30 | 30 | ||
31 | string serverURI = "http://127.0.0.1:8002"; | 31 | string serverURI = "http://127.0.0.1:8001"; |
32 | GridServicesConnector m_Connector = new GridServicesConnector(serverURI); | 32 | GridServicesConnector m_Connector = new GridServicesConnector(serverURI); |
33 | 33 | ||
34 | GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000); | 34 | GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000); |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 2724c42..e9d3728 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -19,7 +19,7 @@ | |||
19 | ; | 19 | ; |
20 | ; change this to your grid-wide inventory server | 20 | ; change this to your grid-wide inventory server |
21 | ; | 21 | ; |
22 | GridServerURI = "http://mygridserver.com:8002" | 22 | GridServerURI = "http://mygridserver.com:8001" |
23 | 23 | ||
24 | [Modules] | 24 | [Modules] |
25 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 25 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |