# Krill Backend properties | |
krill.properties = true | |
krill.indexDir = [PATH TO INDEX DIRECTORY] | |
krill.server.name = [UNIQUE NODE NAME] | |
krill.server.baseURI = [LISTEN-URL INCLUDING PORT] | |
# Krill Database properties | |
krill.db.class = org.mariadb.jdbc.Driver | |
krill.db.URL = jdbc:mysql://[DB_IP]:[DB_PORT]/[DB_NAME] | |
krill.db.pwd = [DB_PWD] | |
krill.db.user = [DB_USER] | |
krill.index.commit.count = 134217000 | |
krill.index.commit.log = log/krill.commit.log | |
krill.index.commit.auto = 500 | |
krill.index.relations.max = 100 |