Changed related_contents_report_threshold setting value

This commit is contained in:
María Checa
2017-12-19 13:13:20 +01:00
parent e4e9ce9f3e
commit 853e655e0c
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ section "Creating Settings" do
Setting.create(key: 'map_latitude', value: 51.48)
Setting.create(key: 'map_longitude', value: 0.0)
Setting.create(key: 'map_zoom', value: 10)
Setting.create(key: 'related_contents_report_threshold', value: 2)
Setting.create(key: 'related_contents_report_threshold', value: -0.3)
end
section "Creating Geozones" do