Forgot to add these to the grid configs, so that logins work.
parent
add8d5df4c
commit
1ac36bb5d9
|
@ -25,3 +25,6 @@
|
||||||
; for the LocalGridServicesConnector which is used by the Remote one
|
; for the LocalGridServicesConnector which is used by the Remote one
|
||||||
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||||
|
|
||||||
|
; Temporary...
|
||||||
|
[Communications]
|
||||||
|
InterregionComms = "LocalComms"
|
|
@ -44,3 +44,7 @@
|
||||||
; which in turn uses this
|
; which in turn uses this
|
||||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||||
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||||
|
|
||||||
|
; Temporary...
|
||||||
|
[Communications]
|
||||||
|
InterregionComms = "LocalComms"
|
Loading…
Reference in New Issue