Commit current project
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Environment Configuration for Mixchat
|
||||
|
||||
# Twitch API Credentials
|
||||
# Get from: https://dev.twitch.tv/console/apps
|
||||
TWITCH_CLIENT_ID=your_twitch_client_id_here
|
||||
TWITCH_CLIENT_SECRET=your_twitch_client_secret_here
|
||||
TWITCH_REDIRECT_URI=http://localhost:3000/auth/twitch/callback
|
||||
|
||||
# YouTube API Credentials
|
||||
# Get from: https://console.cloud.google.com/
|
||||
YOUTUBE_API_KEY=your_youtube_api_key_here
|
||||
YOUTUBE_CLIENT_ID=your_youtube_client_id_here
|
||||
YOUTUBE_CLIENT_SECRET=your_youtube_client_secret_here
|
||||
YOUTUBE_REDIRECT_URI=http://localhost:3000/auth/youtube/callback
|
||||
Reference in New Issue
Block a user