File size: 170 Bytes
606df3b
 
 
 
 
1
2
3
4
5
6
# 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'