Adjust pagure's config to allow backward-compatible URLs

This commit is contained in:
Pierre-Yves Chibon 2016-04-22 20:35:21 +02:00
parent 584b59fab1
commit fba71c42c0

View file

@ -196,3 +196,9 @@ SSH_KEYS = {
}
}
{% endif %}
# Allow the backward compatiblity endpoints for the old URLs schema to
# see the commits of a repo. This is only interesting if you pagure instance
# was running since before version 1.3 and if you care about backward
# compatibility in your URLs.
OLD_VIEW_COMMIT_ENABLED = True