forked from adrienpoly/rubyvideo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
8 lines (7 loc) · 785 Bytes
/
.env.sample
1
2
3
4
5
6
7
MEILI_MASTER_KEY=MEILI_DEV_MASTER_KEY # you can keep this one
YOUTUBE_API_KEY=YOUR_YOUTUBE_API_KEY # useful for scraping youtube videos but the app can run without it
RUBYVIDEO_GITHUB_TOKEN=YOUR_GITHUB_TOKEN # useful for the profile enhancement feature but the app can run without it
OPENAI_ACCESS_TOKEN=YOUR_OPENAI_ACCESS_TOKEN # useful for talk enhancement feature but the app can run without it
OPENAI_ORGANIZATION_ID=YOUR_OPENAI_ORGANIZATION_ID # useful for talk enhancement feature but the app can run without it
GITHUB_CLIENT_ID=YOUR_GITHUB_CLIENT_ID # useful for github login but the app can run without it using the developper Oauth login
GITHUB_CLIENT_SECRET=YOUR_GITHUB_CLIENT_SECRET # useful for github login but the app can run without it using the developper Oauth login