Files
archived-recipes-contrib/simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml
AaricDev 579c39c871 Add recipe for simply-stream/twitch-api-bundle:0.1 (#1557)
* Add recipe for simply-stream/twitch-api-bundle:0.1

* Add missing newlines

* Add bundles section to manifest.json
2023-10-28 18:22:30 +02:00

7 lines
208 B
YAML

simplystream_twitch_api:
twitch_id: '%env(TWITCH_ID)%'
twitch_secret: '%env(TWITCH_SECRET)%'
redirect_uri: '%env(TWITCH_REDIRECT_URI)%'
webhook:
secret: '%env(TWITCH_WEBHOOK_SECRET)%'