| environment |
environment: |
| environment |
environment: |
| testId |
testId: |
Default value: 0
|
| testMovie |
testMovie: |
| testReviews |
testReviews: |
| stats |
stats: |
| GenreIdToGenre |
GenreIdToGenre: |
|
A dictionary with TMDB Genre IDs as keys and string representations as values. |
| GenreIds |
GenreIds: |
|
A list of all Genre IDs from TMDB. |
| ApiUrl |
ApiUrl: |
Default value: assets/data/movies.json
|
|
This file contains various URLs that are used through the project. |
| TestingUrl |
TestingUrl: |
Default value: assets/data/testMovies.json
|
| ImageUrl |
ImageUrl: |
Default value: https://image.tmdb.org/t/p/w220_and_h330_face
|
| reviewCollectionPath |
reviewCollectionPath: |
Default value: reviews
|
| reviewAveragePath |
reviewAveragePath: |
Default value: reviewAverage/
|