Placeholder for ES namespace

This commit is contained in:
Matt Jankowski 2024-02-02 16:00:44 -05:00
parent 38cd3160d3
commit e8cdb5b40d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ host = ENV.fetch('ES_HOST') { 'localhost' }
port = ENV.fetch('ES_PORT') { 9200 }
user = ENV.fetch('ES_USER', nil).presence
password = ENV.fetch('ES_PASS', nil).presence
fallback_prefix = ENV.fetch('REDIS_NAMESPACE', nil).presence
fallback_prefix = ENV.fetch('TODO_PLACEHOLDER', nil).presence
prefix = ENV.fetch('ES_PREFIX') { fallback_prefix }
ca_file = ENV.fetch('ES_CA_FILE', nil).presence