LivePulse / backend /config.py
DivYonko
deploy LivePulse to HF Spaces
a4612d4
raw
history blame contribute delete
202 Bytes
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))