mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 22:18:06 +01:00
7 lines
263 B
YAML
7 lines
263 B
YAML
shared:
|
|
deepl:
|
|
api_key: <%= ENV.fetch('DEEPL_API_KEY', nil) %>
|
|
plan: <%= ENV.fetch('DEEPL_PLAN', 'free') %>
|
|
libre_translate:
|
|
api_key: <%= ENV.fetch('LIBRE_TRANSLATE_API_KEY', nil) %>
|
|
endpoint: <%= ENV.fetch('LIBRE_TRANSLATE_ENDPOINT', nil) %>
|