diff --git a/config/config.ini b/config/config.ini index 7223e05..dc03e9e 100644 --- a/config/config.ini +++ b/config/config.ini @@ -12,11 +12,11 @@ dbType = mysql dbHost = localhost dbName = dms dbUser = dms -dbPass = djw9281js +dbPass = pass dbPort = default dbAdminUser = dmsadmin -dbAdminPass = js9281djw +dbAdminPass = pass [KnowledgeTree] @@ -139,7 +139,7 @@ dot = dot [i18n] ; Default language for the interface -defaultLanguage = en +defaultLanguage = de_DE ; If your language doesn't have distinguishable words (usually, doesn't ; have a space character), set useLike to true to use a search that can ; deal with this, but which is slower. @@ -255,7 +255,8 @@ dateFormat = default [indexer] ; The core indexing class -coreClass=PHPLuceneIndexer +;coreClass=PHPLuceneIndexer +coreClass=JavaXMLRPCLuceneIndexer ; The number of documents to be indexed in a cron session ; defaults to 20