Merge branch 'dev' into question

This commit is contained in:
Jordan Yamada
2024-05-19 15:52:21 +00:00
3 changed files with 139 additions and 59 deletions

View File

@@ -3,4 +3,4 @@ SENTRY_API_KEY=<"Your NASA Sentry API Key">
OPENAI_API_KEY=<"Your OpenAI API Key">
HOST_CLIENT=<"Your FrontEnd URL">
ALLOWED_HOSTS=<"Your Server URL">
DEBUG=<"True for Deployment | False for Development">
DEBUG=<"True for Deployment | False for Development">

3
backend/.gitignore vendored
View File

@@ -1,2 +1,3 @@
.env
.venv
.venv
/__pycache__/