Nils Diewald | 8d8641b | 2014-09-28 17:37:53 +0000 | [diff] [blame^] | 1 | # Lucene Backend properties |
2 | lucene.properties = true | ||||
3 | lucene.indexDir = [PATH TO INDEX DIRECTORY] | ||||
4 | lucene.node.name = [UNIQUE NODE NAME] | ||||
5 | lucene.node.baseURI = [LISTEN-URL INCLUDING PORT] | ||||
6 | |||||
7 | # Lucene Database properties | ||||
8 | lucene.db.class = org.mariadb.jdbc.Driver | ||||
9 | lucene.db.URL = jdbc:mysql://[DB_IP]:[DB_PORT]/[DB_NAME] | ||||
10 | lucene.db.pwd = [DB_PWD] | ||||
11 | lucene.db.user = [DB_USER] |