diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index d4e05af..372923b 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -80,4 +80,7 @@ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | |||
80 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 80 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
81 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" | 81 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" |
82 | Realm = "regions" | 82 | Realm = "regions" |
83 | |||
84 | ; If true, duplicate region names are allowed on the grid. If false, no duplicate names are allowed | ||
85 | ; Default is false | ||
83 | ; AllowDuplicateNames = "True" | 86 | ; AllowDuplicateNames = "True" |