mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
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:
@@ -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)%'
|
||||||
@@ -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": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user