mq-quiz / .env.sample
Pamela Fox
Changes for test explorer
886a656
raw
history blame
226 Bytes
DBHOST=localhost
DBNAME=app
DBUSER=app_user
DBPASS=app_password
DEBUG=True
SECRET_KEY=InsecureKeyNotForProduction
STATIC_BACKEND=whitenoise.storage.CompressedManifestStaticFilesStorage
DJANGO_SETTINGS_MODULE=quizsite.settings