diff --git a/simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml b/simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml new file mode 100644 index 000000000..8747e0ea4 --- /dev/null +++ b/simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml @@ -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)%' diff --git a/simply-stream/twitch-api-bundle/0.1/manifest.json b/simply-stream/twitch-api-bundle/0.1/manifest.json new file mode 100644 index 000000000..a6222ab75 --- /dev/null +++ b/simply-stream/twitch-api-bundle/0.1/manifest.json @@ -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": "" + } +}