Separate fetch and remote URLs

This commit is contained in:
Chaoyi Zha 2015-06-18 14:06:06 +00:00
parent 9668ebed9f
commit b25b536629

View file

@ -16,11 +16,14 @@ log_team_folder = "teams"
# an infinite loop on Fedora's meetbot instance.
ignore_dir = "meetbot"
# Location where raw logs/minutes are stored.
# Location where raw logs/minutes are stored (remote)
meetbot_prefix = "http://meetbot-raw.fedoraproject.org"
# Location to fetch raw logs/minutes from (remote or local location)
# This can be a remote location, but we just so happen to have the raw
# logs/minutes served off a different http endpoint on the same box, so, use
# those.
meetbot_prefix = "http://localhost/meetbot"
meetbot_fetch_prefix = "http://localhost/meetbot"
# Time (in seconds) after which the log/meeting cache expires
cache_expire_time = 60 * 60 * 1