From 77d2c034694a21be0d9a975bdbdae5a94c642a28 Mon Sep 17 00:00:00 2001 From: Tommy Mikkelsen Date: Sat, 3 Sep 2022 13:57:38 +0200 Subject: [PATCH] Updated md --- docs/devs/Dev Secrets.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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