Make zencoder and algolia optional packages
If zencoder is not set as ENCODING_BACKEND this can cause issues, but at least it is possible to run Pillar without the zencoder package installed. Also, we load the algolia module using the new SEARCH_BACKEND config setting.
This commit is contained in:
@@ -51,6 +51,8 @@ ALGOLIA_API_KEY = '-SECRET-'
|
||||
ALGOLIA_INDEX_USERS = 'dev_Users'
|
||||
ALGOLIA_INDEX_NODES = 'dev_Nodes'
|
||||
|
||||
SEARCH_BACKEND = 'algolia' # algolia, elastic
|
||||
|
||||
ZENCODER_API_KEY = '-SECRET-'
|
||||
ZENCODER_NOTIFICATIONS_SECRET = '-SECRET-'
|
||||
ZENCODER_NOTIFICATIONS_URL = 'http://zencoderfetcher/'
|
||||
|
Reference in New Issue
Block a user