mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +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);
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
;
|
||||
; change this to your grid-wide inventory server
|
||||
;
|
||||
GridServerURI = "http://mygridserver.com:8002"
|
||||
GridServerURI = "http://mygridserver.com:8001"
|
||||
|
||||
[Modules]
|
||||
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
|
||||
|
||||
Reference in New Issue
Block a user