-
-
Save 0xKD/57bf902a1a790b0da5d369f8d6ed3b78 to your computer and use it in GitHub Desktop.
Django .env sample (for django-environ)
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
DEBUG=True | |
SECRET_KEY=SSd2ZSBjb21lIHRvIHRlbGwgeW91IHdobyBraWxsZWQgb3VyIGtpbmcu | |
ALLOWED_HOSTS=localhost | |
DATABASE_URL=postgresql://127.0.0.1:5432/db | |
CACHE_URL=rediscache://localhost:6379/1 | |
STATIC_ROOT=/usr/local/var/www/project/static | |
MEDIA_ROOT=/usr/local/var/www/project/media |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment