diff --git a/docs/devs/Dev Secrets.md b/docs/devs/Dev Secrets.md index 299d684..cc7f7c0 100644 --- a/docs/devs/Dev Secrets.md +++ b/docs/devs/Dev Secrets.md @@ -6,8 +6,10 @@ So as a dev, you need to create the file public/locales/.env.local -File should have the following contents +File should have the following contents: -Key_tmdb= -Key_tvdb= -Key_poeditor= \ No newline at end of file +Key_tmdb=YOUR_TMDB_API_KEY + +Key_tvdb=YOUR_TVDB_API_KEY + +Key_poeditor=YOUR_POEDITOR_API_KEY \ No newline at end of file