Tell mote to grab raw logs/minutes locally, instead of going back outside through the proxies.

This commit is contained in:
Ralph Bean 2015-06-16 20:38:48 +00:00
parent 7e15e649c9
commit 96ad492a89

View file

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