Commit 45ba79573f57896d3cc3a459436e7efbf673a10a

Authored by kevin_fourie
1 parent d15b19d7

KTC-220

"There is no Baobab setting in the config.ini file, when doing a fresh commercial installation of KT server."

Fixed. Added BaobabSettings section.

Committed By: Kevin Fourie
Reviewed By: Isaac Lundall



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7100 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 10 additions and 2 deletions
config/config.ini
... ... @@ -12,11 +12,11 @@ dbType = mysql
12 12 dbHost = localhost
13 13 dbName = dms
14 14 dbUser = dms
15   -dbPass = djw9281js
  15 +dbPass = pass
16 16 dbPort = default
17 17  
18 18 dbAdminUser = dmsadmin
19   -dbAdminPass = js9281djw
  19 +dbAdminPass = pass
20 20  
21 21 [KnowledgeTree]
22 22  
... ... @@ -270,6 +270,14 @@ cacheEnabled = true
270 270 cacheDirectory = ${varDirectory}/cache
271 271  
272 272 [KTWebDAVSettings]
  273 +; This section is for KTWebDAV only
  274 +; _LOTS_ of debug info will be logged if the following is "on"
  275 +debug = off
  276 +; To allow write access to WebDAV clients set safe mode to "off" below
  277 +safemode = on
  278 +
  279 +[BaobabSettings]
  280 +; This section is for Baobab only
273 281 ; _LOTS_ of debug info will be logged if the following is "on"
274 282 debug = off
275 283 ; To allow write access to WebDAV clients set safe mode to "off" below
... ...