Skip to content

Commit

Permalink
Add recipe for simply-stream/twitch-api-bundle:0.1 (#1557)
Browse files Browse the repository at this point in the history
* Add recipe for simply-stream/twitch-api-bundle:0.1

* Add missing newlines

* Add bundles section to manifest.json
  • Loading branch information
aaricdev authored Oct 28, 2023
1 parent fdc3404 commit 579c39c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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)%'
14 changes: 14 additions & 0 deletions simply-stream/twitch-api-bundle/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -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": ""
}
}

0 comments on commit 579c39c

Please sign in to comment.