mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-16 19:38:26 +00:00
13 lines
295 B
Markdown
13 lines
295 B
Markdown
|
# 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>
|