updated .env example
This commit is contained in:
parent
69dd381e82
commit
65274b5de6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue