streamer-widgets/config.example.json

14 lines
471 B
JSON

{
"twitch_oauth": {
"client_id": "YOUR_TWITCH_CLIENT_ID_HERE",
"client_secret": "YOUR_TWITCH_CLIENT_SECRET_HERE",
"redirect_uri": "http://localhost:8765/auth/twitch/callback"
},
"youtube_oauth": {
"client_id": "YOUR_YOUTUBE_CLIENT_ID_HERE.apps.googleusercontent.com",
"client_secret": "YOUR_YOUTUBE_CLIENT_SECRET_HERE",
"redirect_uri": "http://localhost:8765/auth/youtube/callback"
},
"server_host": "127.0.0.1",
"server_port": 8765
}