Didn't RTFM... Grid service was wrong.

http://opensimulator.org/wiki/0.9.2.0_Release#Known_Issues
This commit is contained in:
soup-bowl
2022-02-04 18:59:07 +00:00
parent 0fef9b6175
commit cd808a70a2
4 changed files with 20 additions and 14 deletions
+9 -6
View File
@@ -1,7 +1,10 @@
; If you change the Region name, update [GridService] in StandaloneCommon.ini, otherwise
; avatars that haven't connected before will throw an error.
[Foobar]
RegionUUID = 92f0c4a2-e7b4-11ea-adc1-0242ac120002
Location = 1000,1000
InternalAddress = 0.0.0.0
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = localhost
RegionUUID = 92f0c4a2-e7b4-11ea-adc1-0242ac120002
Location = 1000,1000
InternalAddress = 0.0.0.0
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = localhost
@@ -17,7 +17,7 @@
[GridService]
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
Region_Welcome_Area = "DefaultRegion, FallbackRegion"
Region_Foobar = "DefaultRegion, FallbackRegion"
ExportSupported = true
[LibraryModule]
+9 -6
View File
@@ -1,7 +1,10 @@
; If you change the Region name, update [GridService] in StandaloneCommon.ini, otherwise
; avatars that haven't connected before will throw an error.
[Foobar]
RegionUUID = 92f0c4a2-e7b4-11ea-adc1-0242ac120002
Location = 1000,1000
InternalAddress = 0.0.0.0
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = localhost
RegionUUID = 92f0c4a2-e7b4-11ea-adc1-0242ac120002
Location = 1000,1000
InternalAddress = 0.0.0.0
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = localhost
+1 -1
View File
@@ -17,7 +17,7 @@
[GridService]
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
Region_Welcome_Area = "DefaultRegion, FallbackRegion"
Region_Foobar = "DefaultRegion, FallbackRegion"
ExportSupported = true
[LibraryModule]