first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiKey: '', // <-- Enter your own key here!'
|
||||
baseUrl: 'https://api.themoviedb.org/3',
|
||||
images: 'http://image.tmdb.org/t/p',
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiKey: '', // <-- Enter your own key here!'
|
||||
baseUrl: 'https://api.themoviedb.org/3',
|
||||
images: 'http://image.tmdb.org/t/p',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user