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

Adding environment variable files in lando. #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 17, 2021

  1. Adding environment variable files in lando.

    Currently DRUSH_OPTIONS_URI  is set in drush.yml file.
    This is causing issues with hosts like platform.sh where they are reading this file as well.
    For now we can use environment variables in .lando directory so it remains active for local only.
    Another use case is when we configure blackfire etc. we need to add environment variables for those as well.
    Having seperate environment variable file specific to local lando can be useful for those cases.
    mohit-rocks committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    4c8fa13 View commit details
    Browse the repository at this point in the history