Skip to main content

Working with Upsun and DDEV - Tokens and Environment variables

Comments

2 comments

  • Randy Fay

    A slightly less verbose (but less demonstrative) way to pull web environment variables from the host environment would be 

    ```

    web_environment: 
      - UPSUN_CLI_TOKEN

    ```

    0
  • Randy Fay

    Another way to provide private repo composer auth is to use a ~/.ddev/homeadditions/.composer/auth.json, as described in https://ddev.readthedocs.io/en/stable/users/extend/in-container-configuration/

    0

Please sign in to leave a comment.