Skip to content

Commit

Permalink
Merge pull request #287 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
rpnykanen authored Jan 19, 2023
2 parents 0eff35a + 098e344 commit e5d666e
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 52 deletions.
153 changes: 104 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module:
hdbt_admin_tools: 0
hdbt_component_library: 0
hdbt_content: 0
health_check: 0
helfi_address_search: 0
helfi_announcements: 0
helfi_announcements_tpr: 0
Expand Down
6 changes: 3 additions & 3 deletions conf/cmi/elasticsearch_connector.cluster.elastic_kasko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name: 'Elastic Kasko'
url: 'http://elastic:9200'
options:
multiple_nodes_connection: false
use_authentication: 1
use_authentication: true
authentication_type: Basic
username: ''
password: ''
timeout: '3'
timeout: 3
rewrite:
rewrite_index: 1
rewrite_index: true
index:
prefix: ''
suffix: ''
5 changes: 5 additions & 0 deletions docker/openshift/entrypoints/20-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ if [ ! -n "$OPENSHIFT_BUILD_NAME" ]; then
exit 1
fi

# Generate twig caches.
if [ ! -d "/tmp/twig" ]; then
drush twig:compile || true
fi

# This script is run every time a container is spawned and certain environments might
# start more than one Drupal container. This is used to make sure we run deploy
# tasks only once per deploy.
Expand Down

0 comments on commit e5d666e

Please sign in to comment.