updated .env example

This commit is contained in:
Edward Tirado Jr 2025-05-08 18:03:38 -05:00
parent 69dd381e82
commit 65274b5de6

View file

@ -11,7 +11,10 @@ DATABASE_HOST=movienight-db
DATABASE_NAME=movienight
DATABASE_USERNAME=admin
DATABASE_PASSWORD=super_secret_password
# Django key generator: https://djecrety.ir/
SECRET_KEY=your_django_secret_key
DJANGO_SECRET_KEY=your_django_secret_key
# You can get a free key here: https://www.omdbapi.com/apikey.aspx
OMDB_API_KEY=your_omdb_api_key