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
This commit is contained in:
AaricDev
2023-10-28 18:22:30 +02:00
committed by GitHub
parent fdc340477d
commit 579c39c871
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
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)%'

View File

@@ -0,0 +1,14 @@
{
"bundles": {
"SimplyStream\\TwitchApiBundle\\SimplyStreamTwitchApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TWITCH_ID": "",
"TWITCH_SECRET": "",
"TWITCH_REDIRECT_URI": "",
"TWITCH_WEBHOOK_SECRET": ""
}
}