Skip to content

Commit

Permalink
Port changes from 5.x (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen authored Mar 27, 2024
1 parent 04af5c3 commit 1ea893c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/php/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@
$config['elasticsearch_connector.cluster.elasticsearch_bay']['options']['use_authentication'] = 0;
}

// Override data_pipelines url.
$config['data_pipelines.dataset_destination.sdp_elasticsearch']['destinationSettings']['url'] = (getenv('SEARCH_HASH') && getenv('SEARCH_URL')) ? sprintf('https://%s.%s', getenv('SEARCH_HASH'), getenv('SEARCH_URL')) : "http://elasticsearch:9200";

// Configure tide_logs.
if (getenv('TIDE_LOGS_UDPLOG_HOST')) {
$config['tide_logs.settings']['host'] = getenv('TIDE_LOGS_UDPLOG_HOST');
Expand Down

0 comments on commit 1ea893c

Please sign in to comment.