Skip to content

Commit

Permalink
[shopsys] elasticsearch now can have a different index setting per en…
Browse files Browse the repository at this point in the history
…vironment (#2823)
  • Loading branch information
grossmannmartin committed Sep 25, 2023
1 parent 63115e3 commit 7e53c76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/.env
Expand Up @@ -67,3 +67,5 @@ PACKETERY_SENDER='shopsys_test'
SENTRY_DSN=
SENTRY_ENVIRONMENT=
SENTRY_RELEASE=

FORCE_ELASTIC_LIMITS=false
1 change: 1 addition & 0 deletions app/deploy/deploy-project.sh
Expand Up @@ -68,6 +68,7 @@ function deploy() {
["SENTRY_DSN"]=${SENTRY_DSN}
["SENTRY_ENVIRONMENT"]=${CI_ENVIRONMENT_SLUG}
["SENTRY_RELEASE"]=${CI_COMMIT_SHORT_SHA}
["FORCE_ELASTIC_LIMITS"]=${FORCE_ELASTIC_LIMITS:-false}
)

declare -A STOREFRONT_ENVIRONMENT_VARIABLES=(
Expand Down
1 change: 1 addition & 0 deletions gitlab/docker-compose-ci-review.yml
Expand Up @@ -45,6 +45,7 @@ services:
PACKETERY_REST_API_URL: ~
PACKETERY_API_PASSWORD: ~
PACKETERY_SENDER: ~
FORCE_ELASTIC_LIMITS: true
labels:
- traefik.enable=false
networks:
Expand Down

0 comments on commit 7e53c76

Please sign in to comment.