add url to FEDMENU for Copr

This commit is contained in:
Miroslav Suchý 2015-05-15 10:34:20 +02:00
parent 632f72ca90
commit d719137dbb

View file

@ -41,3 +41,8 @@ LOG_FILENAME = "/var/log/copr/frontend.log"
INTRANET_IPS = ["127.0.0.1", "172.16.5.0/24"]
REPO_GPGCHECK = {% if devel %} 0 {% else %} 1 {% endif %}
# URLs for fedmenu resources
FEDMENU_URL = "http://threebean.org/fedmenu/"
FEDMENU_DATA_URL = "http://threebean.org/fedmenu/dev-data.js"