add url to FEDMENU for Copr
This commit is contained in:
parent
632f72ca90
commit
d719137dbb
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue