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

15 lines
292 B
Markdown
Raw Permalink Normal View History

2022-09-03 11:40:46 +00: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
2022-09-03 11:57:38 +00:00
File should have the following contents:
2022-09-03 11:40:46 +00:00
2022-09-03 11:57:38 +00:00
Key_tmdb=YOUR_TMDB_API_KEY
Key_tvdb=YOUR_TVDB_API_KEY
Key_poeditor=YOUR_POEDITOR_API_KEY