aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2010-01-21 23:47:40 +0000
committerMelanie2010-01-21 23:47:40 +0000
commit946e06eb58bee7aaedf8b08c44a1e4cf2d63511e (patch)
tree5a142aa20973a787bc8353df5bd2027bc4984c10 /bin
parentAdds example to OpenSim.ini.example for Admin Default Parcel settings (diff)
parentFixes llSetDamage. Patch from Revolution (diff)
downloadopensim-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.example3
-rwxr-xr-x[-rw-r--r--]bin/OpenSim.exe.config2
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"
80StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" 80StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
81ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" 81ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;"
82Realm = "regions" 82Realm = "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