From f3db80ea3101ff969680394dfe7d63ba15752293 Mon Sep 17 00:00:00 2001 From: AaricDev Date: Thu, 26 Oct 2023 15:08:28 +0200 Subject: [PATCH] Add recipe for simply-stream/twitch-api-bundle:0.1 --- .../0.1/config/packages/simplystream_twitch_api.yaml | 6 ++++++ simply-stream/twitch-api-bundle/0.1/manifest.json | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml create mode 100644 simply-stream/twitch-api-bundle/0.1/manifest.json 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..b35a4e9d0 --- /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)%' \ No newline at end of file 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..a022c9b6c --- /dev/null +++ b/simply-stream/twitch-api-bundle/0.1/manifest.json @@ -0,0 +1,11 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TWITCH_ID": "", + "TWITCH_SECRET": "", + "TWITCH_REDIRECT_URI": "", + "TWITCH_WEBHOOK_SECRET": "" + } +} \ No newline at end of file