Commit d1f5b2bed0d8558c34cc7f15f7f6cbaa7bf84f30

Authored by Kevin Fourie
1 parent 81a9e70b

KTS-3500 - "Scheduler - Task: Indexing error in log file"

Fixed. Added / for default rootUrl.

Committed By: Kevin Fourie
Reviewed By: Donald Jackson

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9653 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
sql/mysql/install/data.sql
... ... @@ -283,7 +283,7 @@ INSERT INTO `config_settings` VALUES
283 283 (108, 'server', 'Internal Server port', 'The internal port for the server.', 'internal_server_port', 'default', '80', 'numeric_string', NULL, 1),
284 284 (109, 'server', 'External Server IP', 'The external IP for the server.', 'server_name', 'default', '', 'string', NULL, 1),
285 285 (110, 'server', 'External Server port', 'The external port for the server.', 'server_port', 'default', '', 'numeric_string', NULL, 1),
286   -(111, 'KnowledgeTree', 'Root Url', 'The path to the web application from the root of the web server. For example, if KT is at http://example.org/foo/, then the root directory should be \'/foo\'.', 'rootUrl', '', '', 'string', NULL, 1),
  286 +(111, 'KnowledgeTree', 'Root Url', 'The path to the web application from the root of the web server. For example, if KT is at http://example.org/foo/, then the root directory should be \'/foo\'.', 'rootUrl', '/', '', 'string', NULL, 1),
287 287 (112, 'urls', 'Var Directory', 'The path to the var directory.', 'varDirectory', 'default', '${fileSystemRoot}/var', 'string', NULL, 1);
288 288 /*!40000 ALTER TABLE `config_settings` ENABLE KEYS */;
289 289 UNLOCK TABLES;
... ...