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 (#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)%'
|
||||
14
simply-stream/twitch-api-bundle/0.1/manifest.json
Normal file
14
simply-stream/twitch-api-bundle/0.1/manifest.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user