Created
April 27, 2021 03:56
-
-
Save rafaelcanovas/5ba8c163a2ddce2f4636a8c2437085c6 to your computer and use it in GitHub Desktop.
FastAPI + Django: env vars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export DEBUG=1 | |
export SECRET_KEY=123456 | |
export DJANGO_SETTINGS_MODULE=fastapi_django.settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment