diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index f10c34314a..3210341392 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -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" +