How to add the API key to config.js
superbonaci opened this issue · 2 comments
superbonaci commented
How to I add the TMDb API key to ./client/src/config.js
?
superbonaci commented
Fixed. Go to your account page: https://www.themoviedb.org/settings/api
Then copy the API Key (v3 auth)
, which is 32 characters long, (the v4 doesn't work) and make ./client/src/config.js
look like this:
export default {
TMDb: {
KEY: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
LANGUAGE: 'en-us',
},
};
superbonaci commented
@librafrog why don't you open a new issue? Yours doesn't seem related to mine.