Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a setting to disable requirements checks #124

Open
miiimooo opened this issue Nov 15, 2021 · 0 comments
Open

Add a setting to disable requirements checks #124

miiimooo opened this issue Nov 15, 2021 · 0 comments

Comments

@miiimooo
Copy link

miiimooo commented Nov 15, 2021

Is your feature request related to a problem? Please describe.
When running in a local dev environment then it should be possible to disable environment checks of the module so it can stay enabled.
Currently, running lando drush updb -y breaks because of the check in search_api_pantheon_requirements

This is because the default config should in my opinion reflect the production environment

Describe the solution you'd like
Add a setting that can be toggled in settings.local.php to disable the checks

Describe alternatives you've considered

  1. Thought about setting the PANTHEON_INDEX_* environment variable in lando config but that gets confusing
  2. Move the search api pantheon to the production split but that gives a dependency issue in the search api server config and subsequently the search api index config - module not enabled in local

Additional context
Add any other context or screenshots about the feature request here.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant