mirror of
https://github.com/soup-bowl/opensim-sandbox.git
synced 2026-08-14 00:47:54 +00:00
Didn't RTFM... Grid service was wrong.
http://opensimulator.org/wiki/0.9.2.0_Release#Known_Issues
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user