Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Jan 23, 2023
1 parent b19376d commit 905776f
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 67 deletions.
125 changes: 63 additions & 62 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ field_mapper_config:
value: '$.attributes[''short_title'']'
storage_client_id: helfi_news
storage_client_config: { }
persistent_cache_max_age: -1
persistent_cache_max_age: 10800
annotation_entity_type_id: null
annotation_bundle_id: null
annotation_field_name: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ field_mapper_config:
value: '$.attributes["name"]'
storage_client_id: helfi_news_groups
storage_client_config: { }
persistent_cache_max_age: -1
persistent_cache_max_age: 86400
annotation_entity_type_id: null
annotation_bundle_id: null
annotation_field_name: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ field_mapper_config:
value: '$.attributes["name"]'
storage_client_id: helfi_news_neighbourhoods
storage_client_config: { }
persistent_cache_max_age: -1
persistent_cache_max_age: 86400
annotation_entity_type_id: null
annotation_bundle_id: null
annotation_field_name: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ field_mapper_config:
value: '$.attributes["name"]'
storage_client_id: helfi_news_tags
storage_client_config: { }
persistent_cache_max_age: -1
persistent_cache_max_age: 86400
annotation_entity_type_id: null
annotation_bundle_id: null
annotation_field_name: null
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- internal
db:
container_name: "${COMPOSE_PROJECT_NAME}-db"
image: druidfi/mariadb:10.7-drupal
image: druidfi/mariadb:10.9-drupal
volumes:
- db_data:/var/lib/mysql
ports:
Expand Down

0 comments on commit 905776f

Please sign in to comment.