Tell mote to grab raw logs/minutes locally, instead of going back outside through the proxies.
This commit is contained in:
parent
7e15e649c9
commit
96ad492a89
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue