Forgot to add these to the grid configs, so that logins work.

slimupdates
Diva Canto 2010-01-04 07:45:20 -08:00
parent add8d5df4c
commit 1ac36bb5d9
2 changed files with 8 additions and 1 deletions

View File

@ -24,4 +24,7 @@
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
; for the LocalGridServicesConnector which is used by the Remote one
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
; Temporary...
[Communications]
InterregionComms = "LocalComms"

View File

@ -44,3 +44,7 @@
; which in turn uses this
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
; Temporary...
[Communications]
InterregionComms = "LocalComms"