mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Add recipe for simply-stream/twitch-api-bundle:0.1 * Add missing newlines * Add bundles section to manifest.json
7 lines
208 B
YAML
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)%'
|