Added GridService section to OpenSim.Server.ini.example
parent
0f05bbb4a2
commit
de48113962
|
@ -9,7 +9,7 @@
|
||||||
; * enable the experimental authentication service
|
; * enable the experimental authentication service
|
||||||
; *
|
; *
|
||||||
[Startup]
|
[Startup]
|
||||||
ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
|
ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector,OpenSim.Server.Handlers.dll:GridServiceConnector"
|
||||||
|
|
||||||
; * This is common for all services, it's the network setup for the entire
|
; * This is common for all services, it's the network setup for the entire
|
||||||
; * server instance
|
; * server instance
|
||||||
|
@ -70,3 +70,12 @@ StorageProvider = "OpenSim.Data.MySQL.dll"
|
||||||
ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
|
ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
|
||||||
; Realm = "users"
|
; Realm = "users"
|
||||||
|
|
||||||
|
; * This is the new style grid service.
|
||||||
|
; * "Realm" is the table that is used for user lookup.
|
||||||
|
; * It defaults to "regions", which uses the legacy tables
|
||||||
|
; *
|
||||||
|
[GridService]
|
||||||
|
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||||
|
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
|
||||||
|
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;"
|
||||||
|
Realm = "regions"
|
||||||
|
|
Loading…
Reference in New Issue