Skip to content

Parsing of .env file if '$' in a password  #53

Open
@frague59

Description

@frague59

Hi,

I've a password with a $ char in it, and the password in truncated when parsed with django-dotenv...

PASSWORD="foo$bar"
import os
import dotenv

dotenv.read_dotenv()

print(os.environment('PASSWORD'))
foo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions