Commit 1f0e921f90d8b730f3bd06a86dc2be3be47ee1d2

Authored by kevin_fourie
1 parent a077fd02

KTS-1907

"KT webdav settings needed in Config.ini"
Added KTWedDAVSettings and removed BaobabSettings

Reviewed By: Conrad



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6530 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 3 deletions
config/config.ini
... ... @@ -264,8 +264,8 @@ restrictPreferences = false
264 264 cacheEnabled = true
265 265 cacheDirectory = ${varDirectory}/cache
266 266  
267   -
268   -[BaobabSettings]
  267 +[KTWebDAVSettings]
  268 +; _LOTS_ of debug info will be logged if the following is "on"
269 269 debug = off
270   -profile = off
  270 +; To allow write access to WebDAV clients set safe mode to "off" below
271 271 safemode = on
... ...