Add config for binary sotrage

This commit is contained in:
James Agnew
2019-07-24 13:42:12 -04:00
parent 76aafe0fa7
commit ef49c11e8e
4 changed files with 27 additions and 1 deletions

View File

@@ -62,6 +62,11 @@ hibernate.search.default.indexBase=target/lucenefiles
hibernate.search.lucene_version=LUCENE_CURRENT
tester.config.refuse_to_fetch_third_party_urls=false
##################################################
# Binary Storage Operations
##################################################
binary_storage.enabled=true
##################################################
# CORS Settings
##################################################