reddit/app/config.py

13 lines
263 B
Python

# Scheduler configuration
max_age_days = 30
max_age_seconds = max_age_days * 24 * 60 * 60
top_subreddits = 5
# Webpage configuration
posts_per_page_load = 10
db_dir = "/reddit/db"
media_dir = "/reddit/media"
db_file = f"{db_dir}/data.db"
yars_dir = "/app/YARS"