Skip to content

Commit

Permalink
NTR - change env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalThesing committed Nov 13, 2019
1 parent cc30f74 commit e7e55b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ DATABASE_URL=mysql://__DB_USER__:__DB_PASSWORD__@__DB_HOST__:__DB_PORT__/__DB_NA

COMPOSER_HOME=__COMPOSER_HOME__

SHOPWARE_SES_HOSTS=__SHOPWARE_SES_HOSTS__
SHOPWARE_SES_ENABLED=__SHOPWARE_SES_ENABLED__
SHOPWARE_SES_INDEXING_ENABLED=__SHOPWARE_SES_INDEXING_ENABLED__
SHOPWARE_SES_INDEX_PREFIX=__SHOPWARE_SES_INDEX_PREFIX__
SHOPWARE_ES_HOSTS=__SHOPWARE_ES_HOSTS__
SHOPWARE_ES_ENABLED=__SHOPWARE_ES_ENABLED__
SHOPWARE_ES_INDEXING_ENABLED=__SHOPWARE_ES_INDEXING_ENABLED__
SHOPWARE_ES_INDEX_PREFIX=__SHOPWARE_ES_INDEX_PREFIX__

SHOPWARE_HTTP_CACHE_ENABLED=__SHOPWARE_HTTP_CACHE_ENABLED__
SHOPWARE_HTTP_DEFAULT_TTL=__SHOPWARE_HTTP_DEFAULT_TTL__

Expand Down
8 changes: 4 additions & 4 deletions .psh.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ const:
CYPRESS_LOCAL: false
CHROME_BIN: ""
E2E_RESTORE_DUMP_PATH: /tmp/shopware_e2e_dump.sql.gz
SHOPWARE_SES_HOSTS: "elasticsearch:9200"
SHOPWARE_SES_ENABLED: "0"
SHOPWARE_SES_INDEXING_ENABLED: "0"
SHOPWARE_SES_INDEX_PREFIX: "sw"
SHOPWARE_ES_HOSTS: "elasticsearch:9200"
SHOPWARE_ES_ENABLED: "0"
SHOPWARE_ES_INDEXING_ENABLED: "0"
SHOPWARE_ES_INDEX_PREFIX: "sw"
SHOPWARE_HTTP_CACHE_ENABLED: "0"
SHOPWARE_HTTP_DEFAULT_TTL: 7200
FEATURES: |
Expand Down

0 comments on commit e7e55b8

Please sign in to comment.