Add the fedmenu configuration for fedocal
This commit is contained in:
parent
566dd8296c
commit
eae048ef57
1 changed files with 10 additions and 0 deletions
|
@ -51,3 +51,13 @@ APP_URL = 'https://apps.fedoraproject.org/' + APPLICATION_ROOT
|
||||||
SITE_ROOT = 'https://apps.fedoraproject.org'
|
SITE_ROOT = 'https://apps.fedoraproject.org'
|
||||||
SITE_URL = '%s/calendar' % SITE_ROOT
|
SITE_URL = '%s/calendar' % SITE_ROOT
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
## URLs to fedmenu resources
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
FEDMENU_URL = 'https://apps.stg.fedoraproject.org/fedmenu'
|
||||||
|
FEDMENU_DATA_URL = 'https://apps.stg.fedoraproject.org/js/data.js'
|
||||||
|
{% else %}
|
||||||
|
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu'
|
||||||
|
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue