WeareJH / wf2

PHP environments for Magento 1, Magento 2 & Wordpress
6 stars 3 forks source link

Env improvements #49

Closed shakyShane closed 5 years ago

shakyShane commented 5 years ago

Added the ability to override environment variables that are shared between all containers.

Note: for now, only existing environment variables can be overriden. A full list can be seen here: https://github.com/WeareJH/wf2/blob/c2d31237f7236733685befd5fe1f7b91e4783c2b/wf2_core/src/recipes/m2/m2_runtime_env.rs#L11-L50

eg:

domains: [ ukmeds.m2 ]
env:
  BLACKFIRE_CLIENT_TOKEN: "123456"