Koschei: use new config option: auto_tracking
This commit is contained in:
parent
0b2658eb42
commit
db528dcc8d
1 changed files with 2 additions and 2 deletions
|
@ -97,12 +97,12 @@ config = {
|
|||
},
|
||||
"frontend": {
|
||||
{% if env == 'staging' %}
|
||||
"allow_add_packages": False,
|
||||
"auto_tracking": True,
|
||||
# Staging copies for fedmenu
|
||||
"fedmenu_url": "https://apps.stg.fedoraproject.org/fedmenu",
|
||||
"fedmenu_data_url": "https://apps.stg.fedoraproject.org/js/data.js",
|
||||
{% else %}
|
||||
"allow_add_packages": True,
|
||||
"auto_tracking": False,
|
||||
# Production copies for fedmenu
|
||||
"fedmenu_url": "https://apps.fedoraproject.org/fedmenu",
|
||||
"fedmenu_data_url": "https://apps.fedoraproject.org/js/data.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue