youtube-search / .env.example
soiz1's picture
Upload 30 files
606df3b verified
raw
history blame contribute delete
170 Bytes
# YouTube Data API key obtained from cloud.google.com
YOUTUBE_API_KEY = 'YOUR_API_KEY'
# Your private API address
NEXT_PUBLIC_API_URL = 'http://localhost:3000/api'