File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424application .config ['DEFAULT_URL' ] = os .environ .get ('HQ_DEFAULT_URL' , default_url )
2525application .config ['ENABLE_SSL' ] = os .environ .get ('HQ_ENABLE_SSL' , default_enable_ssl )
2626application .config ['CA_CERTS' ] = os .environ .get ('HQ_CA_CERTS' , default_ca_certs )
27- application .config ['HQ_VERIFY_CERTS ' ] = os .environ .get ('HQ_VERIFY_CERTS' , default_verify_certs )
27+ application .config ['VERIFY_CERTS ' ] = os .environ .get ('HQ_VERIFY_CERTS' , default_verify_certs )
2828application .config ['DEBUG' ] = os .environ .get ('HQ_DEBUG' , default_debug )
2929application .config ['CLIENT_KEY' ] = os .environ .get ('CLIENT_KEY' , default_client_key )
3030application .config ['CLIENT_CERT' ] = os .environ .get ('CLIENT_CERT' , default_client_cert )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class TestSettings(BaseSettings):
6262 # static
6363 HQ_SITE_URL = 'http://elastichq.org'
6464 HQ_GH_URL = 'https://github.com/ElasticHQ/elasticsearch-HQ'
65- API_VERSION = 'v3.5.5 '
65+ API_VERSION = 'v3.5.6 '
6666
6767 ES_TEST_INDEX_NAME = 'cars'
6868
@@ -105,7 +105,7 @@ class ProdSettings(BaseSettings):
105105 # static
106106 HQ_SITE_URL = 'http://elastichq.org'
107107 HQ_GH_URL = 'https://github.com/ElasticHQ/elasticsearch-HQ'
108- API_VERSION = '3.5.5 '
108+ API_VERSION = '3.5.6 '
109109 SERVER_NAME = None
110110
111111 # cluster settings: specific settings for each cluster and how HQ should handle it.
You can’t perform that action at this time.
0 commit comments