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

Fixed issue which fails DATABASE_URL parsing, if no password is provided #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

duanehutchins
Copy link
Contributor

Separated from #83, as requested.

Fixed issue which fails DATABASE_URL parsing, if no password is provided.

The regex parse will now work, if no password is provided in the DATABASE_URL. The only change to the regex makes the password optional as well as the colon immediately before it.

This is needed for local environment testing where I don't use a database password.

@valeriecodes valeriecodes changed the base branch from master to main August 7, 2020 21:14
@sasharevzin
Copy link

Is it something we can move forward or close?

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

Successfully merging this pull request may close these issues.

None yet

2 participants