Skip to content

Feature request: Variable expansion in .env #410

@prsdta

Description

@prsdta

Hello, I see Percy is using dotenv to read .env variables, in the rails way which is very useful.
However, the ruby dotenv implementation also does variable interpolation.
Example:

USER=postgres
DATABASE_TEST_URL="postgres://$USER:@localhost/db"

Could you add it, e.g. with https://github.com/motdotla/dotenv-expand ?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions