WebTools-NG/docs/devs/Dev Secrets.md

13 lines
295 B
Markdown
Raw Normal View History

2022-09-03 13:40:46 +02:00
# Secrets
We have a few secrets, that we do not want directly exposed in the source code
So as a dev, you need to create the file
public/locales/.env.local
File should have the following contents
Key_tmdb=<YOUR TMDB API KEY>
Key_tvdb=<YOUR TVDB API KEY>
Key_poeditor=<YOUR POEDITOR API KEY>