Skip to content

Replace DATABASE_URL with DATABASE_NAME #536

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

Merged
merged 1 commit into from
Jan 21, 2020

Conversation

sauloperez
Copy link
Collaborator

We used to connect to it through the PostgreSQL URL but that ENV var is no longer present in the server and we have DATABASE_NAME instead. That's what we already used successfully with the next environment.

This is required to deploy using the production environment or the app won't be able to connect to the DB.

We used to connect to it through the PostgreSQL URL but that ENV var is
no longer present in the server and we have `DATABASE_NAME` instead.
That's what we already used successfully with the `next` environment.

This is required to deploy using the `production` environment or the app
won't be able to connect to the DB.
@sauloperez sauloperez merged commit 0a16f3d into develop Jan 21, 2020
@sauloperez sauloperez deleted the connect-to-db-without-url branch January 21, 2020 17:01
This was referenced Jan 21, 2020
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.

2 participants