File size: 202 Bytes
11a0fc5
 
a4612d4
11a0fc5
 
 
1
2
3
4
5
6
7
import os

VIDEO_ID   = os.getenv("VIDEO_ID", "0AtIKJ9dL80")
REDIS_HOST = os.getenv("REDIS_HOST", "localhost")
REDIS_PORT = int(os.getenv("REDIS_PORT", 6379))
REDIS_DB   = int(os.getenv("REDIS_DB", 0))