From d719137dbbf5a895e5fca3781b64b0e28d8797c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 15 May 2015 10:34:20 +0200 Subject: [PATCH] add url to FEDMENU for Copr --- roles/copr/frontend/templates/copr.conf | 5 +++++ 1 file changed, 5 insertions(+) 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" +