Add OpenSim.Server.ini.example documentation for the new AllowDuplicateNames grid service setting
parent
2257431cba
commit
c89a9912cc
|
@ -80,4 +80,7 @@ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||||
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
|
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
|
||||||
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;"
|
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;"
|
||||||
Realm = "regions"
|
Realm = "regions"
|
||||||
|
|
||||||
|
; If true, duplicate region names are allowed on the grid. If false, no duplicate names are allowed
|
||||||
|
; Default is false
|
||||||
; AllowDuplicateNames = "True"
|
; AllowDuplicateNames = "True"
|
||||||
|
|
Loading…
Reference in New Issue