Commit 1b41f178079b8e4d60e1b0d9ff1b96dca297ec99

Authored by conradverm
1 parent 1868ffe6

KTS-1694

"SOAP Webservice Implementation"
Updated. Added webservices section.

Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6460 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 8 additions and 0 deletions
config/config.ini
... ... @@ -183,6 +183,7 @@ logDirectory = ${varDirectory}/log
183 183 documentRoot = ${varDirectory}/Documents
184 184 uiDirectory = ${fileSystemRoot}/presentation/lookAndFeel/knowledgeTree
185 185 tmpDirectory = ${varDirectory}/tmp
  186 +
186 187  
187 188 ; urls
188 189 graphicsUrl = ${rootUrl}/graphics
... ... @@ -191,6 +192,13 @@ uiUrl = ${rootUrl}/presentation/lookAndFeel/knowledgeTree
191 192 ; files
192 193 stopwordsFile = ${fileSystemRoot}/config/stopwords.txt
193 194  
  195 +[webservice]
  196 +uploadDirectory = ${varDirectory}/uploads
  197 +downloadUrl = ${rootUrl}/ktwebservice/download.php
  198 +uploadExpiry = 30
  199 +downloadExpiry = 30
  200 +randomKeyText = bkdfjhg23yskjdhf2iu
  201 +
194 202 [session]
195 203 ; session timeout (in seconds)
196 204 sessionTimeout = 1200
... ...