.env for Local Setup #815
Answered
by
mfts
mohit-gogitter
asked this question in
Q&A
-
How to populate variables in .env file ? |
Beta Was this translation helpful? Give feedback.
Answered by
mfts
Oct 12, 2024
Replies: 1 comment 2 replies
-
You need to set up a postgres instance. Either hosted or local or via docker. That'll give you the connection string. You can either set up a blob storage on aws s3, vercel or minio (via docker) to get the file storage env variables. For emails you can use resend to set up an account there but it also works without emails |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mohit-gogitter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mohit-gogitter
You need to set up a postgres instance. Either hosted or local or via docker. That'll give you the connection string.
You can either set up a blob storage on aws s3, vercel or minio (via docker) to get the file storage env variables.
For emails you can use resend to set up an account there but it also works without emails