diff options
author | Melanie | 2010-01-21 23:47:40 +0000 |
---|---|---|
committer | Melanie | 2010-01-21 23:47:40 +0000 |
commit | 946e06eb58bee7aaedf8b08c44a1e4cf2d63511e (patch) | |
tree | 5a142aa20973a787bc8353df5bd2027bc4984c10 /bin | |
parent | Adds example to OpenSim.ini.example for Admin Default Parcel settings (diff) | |
parent | Fixes llSetDamage. Patch from Revolution (diff) | |
download | opensim-SC_OLD-946e06eb58bee7aaedf8b08c44a1e4cf2d63511e.zip opensim-SC_OLD-946e06eb58bee7aaedf8b08c44a1e4cf2d63511e.tar.gz opensim-SC_OLD-946e06eb58bee7aaedf8b08c44a1e4cf2d63511e.tar.bz2 opensim-SC_OLD-946e06eb58bee7aaedf8b08c44a1e4cf2d63511e.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 3 | ||||
-rwxr-xr-x[-rw-r--r--] | bin/OpenSim.exe.config | 2 |
2 files changed, 4 insertions, 1 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" |
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index c2d93c0..3c7adf5 100644..100755 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -12,7 +12,7 @@ | |||
12 | <log4net> | 12 | <log4net> |
13 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> | 13 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> |
14 | <layout type="log4net.Layout.PatternLayout"> | 14 | <layout type="log4net.Layout.PatternLayout"> |
15 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> | 15 | <conversionPattern value="%date{HH:mm:ss} - %message" /> |
16 | </layout> | 16 | </layout> |
17 | </appender> | 17 | </appender> |
18 | 18 | ||