Commit 495e82ff5bd83e1b3fd1c7475a57be42dfc0fc2b

Authored by Conrad Vermeulen
1 parent 933269f1

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,6 +183,7 @@ logDirectory = ${varDirectory}/log
183 documentRoot = ${varDirectory}/Documents 183 documentRoot = ${varDirectory}/Documents
184 uiDirectory = ${fileSystemRoot}/presentation/lookAndFeel/knowledgeTree 184 uiDirectory = ${fileSystemRoot}/presentation/lookAndFeel/knowledgeTree
185 tmpDirectory = ${varDirectory}/tmp 185 tmpDirectory = ${varDirectory}/tmp
  186 +
186 187
187 ; urls 188 ; urls
188 graphicsUrl = ${rootUrl}/graphics 189 graphicsUrl = ${rootUrl}/graphics
@@ -191,6 +192,13 @@ uiUrl = ${rootUrl}/presentation/lookAndFeel/knowledgeTree @@ -191,6 +192,13 @@ uiUrl = ${rootUrl}/presentation/lookAndFeel/knowledgeTree
191 ; files 192 ; files
192 stopwordsFile = ${fileSystemRoot}/config/stopwords.txt 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 [session] 202 [session]
195 ; session timeout (in seconds) 203 ; session timeout (in seconds)
196 sessionTimeout = 1200 204 sessionTimeout = 1200