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

Remove POSTGRES_URL from .env #24

Open
jackheuberger opened this issue Mar 20, 2023 · 0 comments
Open

Remove POSTGRES_URL from .env #24

jackheuberger opened this issue Mar 20, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jackheuberger
Copy link
Contributor

FEATURE REQUEST

What do you want to happen

Currently, POSTGRES_URL is a required environment variable in .env that gets written to server/.env on any Make target being run

POSTGRES_URL needs to be defined in server/.env because that's where prisma checks for the POSTGRES_URL variable.

It would be nice to programmatically define the URL based on the other environment variables specified in .env instead of requiring a separate variable.

Anything else we need to know?

@jackheuberger jackheuberger added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant