SimpleSyndicate/config.template.py

13 lines
172 B
Python
Raw Normal View History

2018-10-21 01:03:14 -04:00
#!/usr/bin/env python3
"""
Project configuration file.
"""
REDIS_HOST = 'localhost'
REDIS_PORT = 6379
FEEDS = [
"http://website1.com/rss",
"http://website2.com/rss",
]