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

Support database URL configuration #27

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Support database URL configuration #27

merged 1 commit into from
Aug 10, 2022

Conversation

dgraham
Copy link
Member

@dgraham dgraham commented Aug 10, 2022

Parse a database URL into host, username, and password configuration values. This allows the app to configure a single environment variable rather than three. Closes #26.

Parse a database URL into host, username, and password configuration
values. This allows the app to configure a single environment variable
rather than three.

Closes #26.
@dgraham dgraham requested a review from iheanyi August 10, 2022 21:51
@dgraham dgraham merged commit f8952d4 into main Aug 10, 2022
@dgraham dgraham deleted the database-url branch August 10, 2022 21:54
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.

Support for a DATABASE_URL style config
4 participants