Skip to content

Make blacklist api a configuration option

Emre requested to merge configurable-blacklist-api into autoclave

This changeset makes the URL of the blacklist API a configuration option.

Example: (command line argument)

 $ hive server --blacklist-api-url http://foo.bar

Environment variable:

BLACKLIST_API_URL=http://foo.bar hive server

It's an optional argument. If it's not passed, the default value is : https://blacklist.usehive.com.

Edited by Emre

Merge request reports