-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 817 Bytes
/
.env.example
File metadata and controls
27 lines (23 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Input/Output
VIDEO_INPUT_PATH=/absolute/path/to/input.mp4
VIDEO_OUTPUT_PATH=/absolute/path/to/output.mp4
THUMBNAIL_OUTPUT_PATH=/absolute/path/to/thumbnail.png
# VEED automation (web login + selectors are placeholders)
VEED_EMAIL=you@example.com
VEED_PASSWORD=replace-me
VEED_PROJECT_URL=https://www.veed.io/
# Figma (placeholder for asset/template-based thumbnail flow)
FIGMA_ACCESS_TOKEN=replace-me
FIGMA_FILE_KEY=replace-me
FIGMA_NODE_ID=replace-me
# YouTube Data API
YOUTUBE_CLIENT_ID=replace-me
YOUTUBE_CLIENT_SECRET=replace-me
YOUTUBE_REDIRECT_URI=http://localhost:8080/oauth2callback
YOUTUBE_REFRESH_TOKEN=replace-me
# Upload metadata
YOUTUBE_TITLE=My Automated Video
YOUTUBE_DESCRIPTION=Uploaded by automation scaffold.
YOUTUBE_TAGS=automation,video
YOUTUBE_CATEGORY_ID=22
YOUTUBE_PRIVACY_STATUS=private