Try mote config in staging.
This commit is contained in:
parent
7eb8b0664d
commit
d68824b7bd
4 changed files with 16 additions and 3 deletions
|
@ -18,9 +18,9 @@ ignore_dir = "meetbot"
|
|||
|
||||
# Location where raw logs/minutes are stored (remote location)
|
||||
{% if env == 'staging' %}
|
||||
meetbot_prefix = "http://meetbot.stg.fedoraproject.org"
|
||||
meetbot_prefix = "http://meetbot-raw.stg.fedoraproject.org"
|
||||
{% else %}
|
||||
meetbot_prefix = "http://meetbot.fedoraproject.org"
|
||||
meetbot_prefix = "http://meetbot-raw.fedoraproject.org"
|
||||
{% endif %}
|
||||
|
||||
# Time (in seconds) after which the log/meeting cache expires
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue