Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c5604c0ca8 - Show all commits

View File

@ -10,7 +10,7 @@ from redis import StrictRedis
ZNCErrors = ["Error:", "Unable to load", "does not exist", "doesn't exist"] ZNCErrors = ["Error:", "Unable to load", "does not exist", "doesn't exist"]
configPath = "conf/" configPath = "conf/"
exampleConfigPath = "conf/example" exampleConfigPath = "conf/example/"
certPath = "cert/" certPath = "cert/"
filemap = { filemap = {