mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Corrected the port number to 8001 in the test client and grid ini.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OpenSim.Tests.Clients.GridClient
|
||||
new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
|
||||
log4net.Config.BasicConfigurator.Configure(consoleAppender);
|
||||
|
||||
string serverURI = "http://127.0.0.1:8002";
|
||||
string serverURI = "http://127.0.0.1:8001";
|
||||
GridServicesConnector m_Connector = new GridServicesConnector(serverURI);
|
||||
|
||||
GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000);
|
||||
|
||||
Reference in New Issue
Block a user