diff --git a/.env.example b/.env.example index ea10291..128f832 100644 --- a/.env.example +++ b/.env.example @@ -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