1
0
This repository has been archived on 2021-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ttv-streamkit/config/twitch-api.php
2020-04-29 23:58:18 +02:00

9 lines
239 B
PHP

<?php
return [
'client_id' => env('TWITCH_HELIX_KEY', ''),
'client_secret' => env('TWITCH_HELIX_SECRET', ''),
'redirect_url' => env('TWITCH_HELIX_REDIRECT_URI', ''),
'admin_uid' => env('TWITCH_ADMIN_UID', ''),
];