mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 10:20:41 +00:00
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
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">
|