-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82e27eb
commit afb7239
Showing
2 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
# get a token from https://www.themoviedb.org/settings/api | ||
TMDB_API_TOKEN= | ||
TMDB_API_TOKEN= "Recuperer sur le site de TMDB" | ||
|
||
# POSTGRES RECO_MOVIES DB | ||
POSTGRES_USER=user | ||
|
@@ -10,3 +10,7 @@ [email protected] | |
PGADMIN_DEFAULT_PASSWORD=datascientest | ||
POSTGRES_HOST=reco_movies_db | ||
POSTGRES_PORT=5432 | ||
|
||
# FASTAPI | ||
SECRET_KEY = 'créer une clé au hasard avec chiffres et lettres' | ||
ALGORITHM = 'HS256' |
This file contains 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