-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 799 Bytes
/
.env.example
File metadata and controls
30 lines (25 loc) · 799 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
28
29
30
STORAGE_PATH = "~/youtube_storage"
VIDEO_DOWNLOAD_PATH = "videos"
SHORTS_DOWNLOAD_PATH = "shorts"
THUMBNAIL_DOWNLOAD_PATH = "thumbnails"
YOUTUBE_API_KEY = "youtube_api_key"
YOUTUBE_SECRET_JSON = "client_secret_apps.googleusercontent.com.json"
YOUTUBE_SERVICE_SECRET_JSON = "service-account-secret.json"
TG_BOT_TOKEN = "tg_bot_token"
TG_GROUP_ID = "tg_group_id"
TG_ADMIN_ID = 1234567890
# DB_HOST = "localhost"
# DB_PORT = 5432
# DB_NAME = "peer_tube"
# DB_SCHEMA = "youtube"
# DB_USERNAME = "postgres"
# DB_PASSWORD = "postgres"
# SSH_HOST = "your_ssh_tunnel_ip"
# SSH_PORT = 22
# SSH_USER = "your_ssh_tunnel_username"
# SSH_PRIVATE_KEY = "path_to_your_ssh_tunnel_private_key"
# MONITOR_NEW = 1
# MONITOR_HISTORY = 1
# MONITOR_VIDEO_FORMATS = 0
# RUN_TG_BOT = 1
# RUN_TG_BOT_SHORTS_PUBLISH = 0