diff options
author | Melanie | 2010-01-11 22:52:05 +0000 |
---|---|---|
committer | Melanie | 2010-01-11 22:52:05 +0000 |
commit | 7467a471ca2d3e6066f89d8bca4ba956e07fbb6b (patch) | |
tree | 1a3c2e21cf8550a26664d67b42e51840684e0bc3 /bin | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-7467a471ca2d3e6066f89d8bca4ba956e07fbb6b.zip opensim-SC_OLD-7467a471ca2d3e6066f89d8bca4ba956e07fbb6b.tar.gz opensim-SC_OLD-7467a471ca2d3e6066f89d8bca4ba956e07fbb6b.tar.bz2 opensim-SC_OLD-7467a471ca2d3e6066f89d8bca4ba956e07fbb6b.tar.xz |
Add the option to reject duplicate region names
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 12af0cd..d4e05af 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -80,3 +80,4 @@ 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 | ; AllowDuplicateNames = "True" | ||