You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration defaults are currently tailored to our stack and the local environments and doesn't properly account for cases where a custom environment and set of overrides would be needed, for instance on CircleCI.
It's possible to define the constant HM_ENV_TYPE and use that value in the config environments section so we should document how to do that.
The configuration defaults are currently tailored to our stack and the local environments and doesn't properly account for cases where a custom environment and set of overrides would be needed, for instance on CircleCI.
It's possible to define the constant
HM_ENV_TYPE
and use that value in the configenvironments
section so we should document how to do that.Props to @Nikschavan for raising this.
Acceptance criteria:
configuration.md
doc in the getting started guides titled "Defining a custom environment"HM_ENV_TYPE
in the.config/load.php
if any CircleCI or Travis CI environment variables are foundThe text was updated successfully, but these errors were encountered: