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

Add .env file support for backend #100

Open
LucientZ opened this issue Feb 13, 2025 · 0 comments
Open

Add .env file support for backend #100

LucientZ opened this issue Feb 13, 2025 · 0 comments

Comments

@LucientZ
Copy link
Collaborator

Overview

Generally, it's a good idea for the developer to be able to set environment variables in a .env file when running an application locally. This is especially true when working on different projects that might have the same names for environment variables. The backend should be able to load said file if it exists into it's own environment on runtime

Ideas

  • The .env file should be loaded from the /backend directory since the frontend also has a .env file it reads from.
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

No branches or pull requests

1 participant