blob: 50d48b521b9ace45cb8bf12c92a51c8893964eb5 [file] [log] [blame]
twitter {
endpoint = "userstream"
oauth {
consumerKey = ""
consumerSecret = ""
accessToken = ""
accessTokenSecret = ""
}
follow = [
]
}
elasticsearch {
hosts = [
localhost
]
port = 9300
clusterName = elasticsearch
index = userstream_activity
type = activity
batchSize = 1
}