add the NASA Sentry api call to the backend

This commit is contained in:
Jordan Yamada
2024-05-19 05:05:55 +00:00
parent 0de0b25fab
commit 94e3f37f70
21 changed files with 92 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
SECRET_KEY=<"Your Django Secret Key">
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">